@@ -12,11 +12,11 @@ Roles are:
1212* ``GUEST ``
1313 Read-only access to objects within a group.
1414* ``DEVELOPER ``
15- Read-write (manage) connections and transfer, read -only for other objects .
15+ Read-write (manage) connections, transfers and runs. Read -only for queues .
1616* ``MAINTAINER `` (DevOps):
17- Manage connections, transfers and queues.
17+ Manage connections, transfers, runs and queues.
1818* ``OWNER `` (Product Owner)
19- Manage connections, transfers, queues and user-group membership. Group can have only one maintainer .
19+ Manage connections, transfers, runs, queues and user-group membership. Group can have only one owner .
2020* ``SUPERUSER `` (Admin)
2121 Meta role assigned to specific users, NOT within group. All permissions, including ability to create/delete groups.
2222 Superusers are created by :ref: `manage-superusers-cli `.
@@ -62,7 +62,7 @@ Add user to the group and delete
6262---------------------------------
6363Each user has the right to remove himself from a group, regardless of his role in the group.
6464
65- .. list-table :: Rights to delete and add users to a group.
65+ .. list-table :: Rights to add/ delete users to a group
6666 :header-rows: 1
6767
6868 * - Rule \ Role
@@ -84,10 +84,10 @@ Each user has the right to remove himself from a group, regardless of his role i
8484 - x
8585 - x
8686
87- Transfers, Runs and Connections
88- --------------------------------
87+ Transfers, and Connections
88+ --------------------------
8989
90- .. list-table :: Right to work wirh Transfers, Runs and Connections repositories.
90+ .. list-table :: Right to work with Transfers and Connections within a group
9191 :header-rows: 1
9292
9393
@@ -116,10 +116,36 @@ Transfers, Runs and Connections
116116 - x
117117 - x
118118
119+ Runs
120+ ----
121+
122+ .. list-table :: Right to work with Runs within a group
123+ :header-rows: 1
124+
125+
126+ * - Rule \ Role
127+ - Guest
128+ - Developer
129+ - Maintainer
130+ - Owner
131+ - Superuser
132+ * - READ
133+ - x
134+ - x
135+ - x
136+ - x
137+ - x
138+ * - CREATE (START), STOP
139+ -
140+ - x
141+ - x
142+ - x
143+ - x
144+
119145Queues
120146------
121147
122- .. list-table :: Rights to read, delete and update queues.
148+ .. list-table :: Rights to work with Queues within a namespace
123149 :header-rows: 1
124150
125151 * - Rule \ Role
0 commit comments