Skip to content

Commit

Permalink
docs: Update RBAC example to include permissions for projects (#12773)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Rodrigues <craig@quiknode.io>
  • Loading branch information
rodrigc committed Apr 18, 2023
1 parent b96bf6b commit 3ad4bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/operator-manual/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ data:
p, role:org-admin, repositories, create, *, allow
p, role:org-admin, repositories, update, *, allow
p, role:org-admin, repositories, delete, *, allow
p, role:org-admin, projects, get, *, allow
p, role:org-admin, projects, create, *, allow
p, role:org-admin, projects, update, *, allow
p, role:org-admin, projects, delete, *, allow
p, role:org-admin, logs, get, *, allow
p, role:org-admin, exec, create, */*, allow
Expand Down

0 comments on commit 3ad4bf4

Please sign in to comment.