Update docs

This commit is contained in:
Marcial Rosales 2022-08-09 15:26:42 +01:00 committed by Michael Klishin
parent 39fbeea628
commit be36f91fb0
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 3 additions and 2 deletions

View File

@ -317,7 +317,7 @@ all the other attributes and left only the relevant ones for this specification:
},
{ "type" : "rabbitmq",
"locations": ["cluster:finance", "cluster:inventory" ],
"actions": ["tag:administrator" ]
"actions": ["administrator" ]
}
]
}
@ -332,7 +332,8 @@ the pattern `primary-*` that belongs to a cluster whose `resource_server_id` con
The `cluster` attribute is a regular expression like the `vhost`. If we wanted to match exactly the `finance` cluster
we would use instead `^finance$`.
The second permission grants the `tag:administrator` user-tag to both clusters, `finance` and `inventory`.
The second permission grants the `administrator` user-tag to both clusters, `finance` and `inventory`. The other
supported user-tags as `management`, `policymaker` and `monitoring`.
#### Type field