Improve readability

This commit is contained in:
Marcial Rosales 2022-07-27 10:36:13 +02:00 committed by Michael Klishin
parent 38e83ac8d4
commit 3dbb438f5a
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 2 additions and 2 deletions

View File

@ -390,12 +390,12 @@ For each location found in the `locations` where the `cluster` attribute matches
- For each action found in the `actions`:
it generates a scope as follows for actions which are not user-tags:
if the action is not a user-tag, it produces a scope as follows:
```
scope = <resource_server_id>.<action>:<scope_suffix>
```
or it generates a scope as follows for actions which are user-tags:
otherwise, for user-tag's actions, it produces this scope:
```
scope = <resource_server_id>.<action>
```