mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Update rbac.md
Fixing typo
This commit is contained in:
@@ -22,7 +22,7 @@ what roles are checked when accessing a resource.
|
|||||||
| -- AdminRole
|
| -- AdminRole
|
||||||
|-- parent = ResourceA.AdminRole
|
|-- parent = ResourceA.AdminRole
|
||||||
|
|
||||||
When a user attempts to access ResourceB we will check for their level access using the set of all unique roles, include the parents.
|
When a user attempts to access ResourceB we will check for their access using the set of all unique roles, include the parents.
|
||||||
|
|
||||||
set: ResourceA.AdminRole, ResourceB.AdminRole
|
set: ResourceA.AdminRole, ResourceB.AdminRole
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user