Skip to content

Commit 6759406

Browse files
authored
fix: grant datum-cloud owner role iam-admin permissions (#187)
Org owners were getting 403 errors when listing `policybindings` because the `datum-cloud-owner` role didn't inherit `iam-admin`. Adds `iam-admin` to the owner role's inherited roles.
2 parents b04bf61 + 38a758c commit 6759406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/assignable-organization-roles/roles/datum-cloud-owner.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
namespace: datum-cloud
1515
- name: core-admin
1616
namespace: milo-system
17+
- name: iam-admin
18+
namespace: milo-system
1719
- name: networking.datumapis.com-admin
1820
namespace: milo-system
1921
- name: telemetry.miloapis.com-admin

0 commit comments

Comments
 (0)