doc: Added an example RBAC picture

This commit is contained in:
Akita Noek 2016-02-12 11:02:12 -05:00
parent 76c2454936
commit a4c435c14e
2 changed files with 3 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -32,6 +32,8 @@ permissions are implicitly granted to all parents. (Technically speaking, this
forms a directional graph instead of a hierarchy, but the concept should remain
intuitive.)
![Example RBAC hierarchy](img/rbac_example.svg)
### Implementation Overview