Skip to content

Commit

Permalink
Merge pull request #26 from appuio/fix/org-admin-rolebindings
Browse files Browse the repository at this point in the history
Give organization admins the option to manage RoleBindings
  • Loading branch information
glrf authored Jan 31, 2022
2 parents 86b152d + 9374f9b commit a84c888
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 a84c888

Please sign in to comment.