Skip to content

Commit

Permalink
Give organization admins the option to manage rolebindings
Browse files Browse the repository at this point in the history
  • Loading branch information
glrf committed Jan 31, 2022
1 parent 86b152d commit 9374f9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/user-rbac/organization-admin-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ rules:
- apiGroups: ["appuio.io"]
resources: ["organizationmembers"]
verbs: ["get", "watch", "list", "patch", "edit", "create"]
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["rolebindings"]
verbs: ["get", "watch", "list", "patch", "edit", "create"]

0 comments on commit 9374f9b

Please sign in to comment.