Skip to content

Commit 9d6a774

Browse files
author
Tomas Pospisek
committed
various small comprehension improvements
1 parent 4434f81 commit 9d6a774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/configuration/ResourcesPermissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ These can be queried, e.g. in a custom service, by using `PermissionClient::reso
5353
Permissions are based on roles. Roles can be assigned to groups or users, and users can be members of groups.
5454
A special role is "public". The "public" role applies always, no matter whether a user is signed in or is not signed in.
5555

56-
Each role can be assigned a permission for a resource.
56+
Roles can be assigned permission for resources.
5757

58-
The `write` flag is only used for `data` resources and sets whether a data layer is read-only.
58+
The `write` flag is only used for `data` resources and determines whether a data layer is read-only.
5959

6060
Based on the user's identity (user name and/or group name), all corresponding roles and their permissions and restrictions are collected.
6161
The service configurations are then modified according to these permissions and restrictions.
6262

63-
Using the `permissions_default_allow` configuration setting in `tenantConfig.json`, some resources can be set to be permitted or restricted by default if no permissions are set (default: `false`). Among affected resources are `Map`, `Layer`, `Print template`, `Viewer task`, `FeatureInfo service`, `FeatureInfo layer`. E.g.:
63+
By using the `permissions_default_allow` configuration setting in `tenantConfig.json`, some resources can be set to be permitted or restricted by default if no permissions are set (default: `false`). Among affected resources are `Map`, `Layer`, `Print template`, `Viewer task`, `FeatureInfo service`, `FeatureInfo layer`. E.g.:
6464

6565
* `permissions_default_allow=true`: all maps and layers are permitted by default
6666
* `permissions_default_allow=false`: maps and layers are only available if their resources and permissions are explicitly configured

0 commit comments

Comments
 (0)