@@ -30,7 +30,7 @@ There are three methods of identifying a user to grant access to:
30
30
31
31
32
32
Using glob (``* ``) to pattern match usernames and group names is not currently
33
- supported.
33
+ supported.
34
34
35
35
Permissions are additive. If the user appears elsewhere in configuration, for
36
36
example as a member of a system group, the permission level is taken as the
@@ -51,7 +51,7 @@ Assigning permissions can be done in two ways:
51
51
Using both methods is supported, e.g ["READ", "stop", "pause"]
52
52
53
53
Individual Operations
54
- ^^^^^^^^^^^^^^^^^^^^^
54
+ ^^^^^^^^^^^^^^^^^^^^^
55
55
To assign users permissions, you can list the operations you wish to grant
56
56
57
57
.. code-block :: python
@@ -117,7 +117,7 @@ to operations in these groups, use ``!READ``, ``!CONTROL``, ``!ALL``.
117
117
.. note ::
118
118
119
119
The ``READ `` access group is shorthand for all read-only operations. At present,
120
- this is soley the ``read `` operation, which grants access to GraphQL queries and
120
+ this is solely the ``read `` operation, which grants access to GraphQL queries and
121
121
subscriptions, and enables users to see the workflows in the UI. In future
122
122
the ``READ `` access group may be extended.
123
123
@@ -164,7 +164,7 @@ In this scenario:
164
164
workflows, even if ``user1 `` is a member of the system ``groupA ``. This is due
165
165
to negations taking precedence over additions.
166
166
167
- - ``"user2" `` is not permitted to view workflows, or perform any operations.
167
+ - ``"user2" `` is not permitted to view workflows, or perform any operations.
168
168
169
169
.. _site_configuration :
170
170
@@ -190,7 +190,7 @@ Defaults and Limits
190
190
^^^^^^^^^^^^^^^^^^^
191
191
Sites set both limits and defaults for users.
192
192
193
- - ``limit `` determines the maximum access users can grant to their workflows.
193
+ - ``limit `` determines the maximum access users can grant to their workflows.
194
194
195
195
- ``default `` sets a default access level, which applies if the user does
196
196
not appear in the user-authorization configuration (via explicit user name or group).
@@ -295,7 +295,7 @@ If authorization is not performing as expected, check
295
295
- you have provided ``read `` permissions, which enables the user to see your
296
296
workflows.
297
297
298
- - check the spelling in your configuration. The correct spelling is
298
+ - check the spelling in your configuration. The correct spelling is
299
299
``c.CylcUIServer.user_authorization ``
300
300
301
301
- the server has been started by the user of the workflows you are trying to
0 commit comments