Skip to content

Commit

Permalink
0005941: Enhance User Roles
Browse files Browse the repository at this point in the history
  • Loading branch information
JishLong committed Aug 8, 2023
1 parent 3c04352 commit 77fd612
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-assemble/src/asciidoc/configuration.ad
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ include::configuration/parameters.ad[]

ifdef::pro[]
include::configuration/users.ad[]
include::configuration/roles.ad[]
include::configuration/sso.ad[]
include::configuration/license-key.ad[]
include::configuration/mail-server.ad[]
Expand Down
18 changes: 18 additions & 0 deletions symmetric-assemble/src/asciidoc/configuration/roles.ad
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

=== Roles

Additional user roles may be set up to facilitate fine-grained control of permissions and user creation.

Role Id:: Unique identifier for a role.
Role Description:: Description for the role.
Parent Role Id:: Role Id of this role's parent role. Leaving this blank makes this role non-hierarchical.
.RoleTypes
|===

|Non-Hierarchical|Roles that have neither a parent role nor any children roles, setting them apart from any hierarchy. Users with these roles have control over the creation and manipulation of any other users (except for admins) with non-hierarchical roles. The built-in Read and Write roles are both non-hierarchical by default.

|Hierarchical|Roles that have a parent role, children roles, or both, which situates them in a hierarchy. Users with these roles have control over the creation and manipulation of other users with hierarchical roles that are descendent relative to their own.

|Admin|The built in admin role. Users with this role have control over the creation and manipulation of all users, as well as access to any connected databases and all functionalities of the SymmetricDS web console.

|===

0 comments on commit 77fd612

Please sign in to comment.