diff --git a/docs/img/rbac_example.svg b/docs/img/rbac_example.svg new file mode 100644 index 0000000000..6c79d54336 --- /dev/null +++ b/docs/img/rbac_example.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/rbac.md b/docs/rbac.md index 86743cd363..18fa6223df 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -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