Skip to content

Commit ae4912c

Browse files
Merge pull request #833 from oliver-sanders/fix-perm-names
authorisation: fix permission names
2 parents 6cb16b6 + b5faf4b commit ae4912c

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

src/reference/config/sharing-access-to-workflows.rst

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -197,36 +197,38 @@ commands are arranged into groups to avoid having to list them individually:
197197
A user with read permissions may view workflows, monitor tasks states and
198198
open log files, but they cannot interact with the workflows.
199199

200-
* ``Read``
200+
* ``read``
201201
``CONTROL`` (e.g. start & stop workflows)
202202
A user with control permissions may issue commands to interact with workflows
203203
and can start/stop workflows but cannot redefine the workflow configuration
204204
itself (without direct filesystem access).
205205

206-
* ``Clean``
207-
* ``Ext-trigger``
208-
* ``Hold``
209-
* ``Kill``
210-
* ``Message``
211-
* ``Pause``
212-
* ``Play``
213-
* ``Poll``
214-
* ``Release``
215-
* ``ReleaseHoldPoint``
216-
* ``Reload``
217-
* ``Remove``
218-
* ``Resume``
219-
* ``SetGraphWindowExtent``
220-
* ``SetHoldPoint``
221-
* ``SetOutputs``
222-
* ``SetVerbosity``
223-
* ``Stop``
224-
* ``Trigger``
206+
* ``clean``
207+
* ``ext_trigger``
208+
* ``hold``
209+
* ``kill``
210+
* ``message``
211+
* ``pause``
212+
* ``play``
213+
* ``poll``
214+
* ``release``
215+
* ``release_hold_point``
216+
* ``reload``
217+
* ``remove``
218+
* ``resume``
219+
* ``scan`` (for manually refreshing the workflow list)
220+
* ``set``
221+
* ``set_graph_window_extent``
222+
* ``set_hold_point``
223+
* ``set_verbosity``
224+
* ``stop``
225+
* ``trigger``
226+
225227
``ALL`` (i.e. full control)
226228
A user with all permissions may alter task configuration so may inject
227229
arbitrary code into the workflow.
228230

229-
* ``Broadcast``
231+
* ``broadcast``
230232

231233
.. note::
232234

0 commit comments

Comments
 (0)