Skip to content

Commit

Permalink
Merge pull request #136 from appuio/fix/foreign-rbac
Browse files Browse the repository at this point in the history
Add missing permissions to list/update zones in foreign_rbac Kustomization
  • Loading branch information
simu authored Nov 15, 2024
2 parents 29e04f4 + cd61cdf commit 48cee24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/foreign_rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
- users
- teams
- organizationmembers
- zones
verbs:
- get
- list
Expand All @@ -23,6 +24,7 @@ rules:
- teams/finalizers
- organizationmembers
- organizationmembers/finalizers
- zones
verbs:
- update
- patch

0 comments on commit 48cee24

Please sign in to comment.