-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra/gcp/org: give org admins orgpolicy.policyAdmin role
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,9 @@ org_role_bindings=( | |
# https://cloud.google.com/storage/docs/access-control/iam-roles#basic-roles-intrinsic | ||
"group:[email protected]:roles/owner" | ||
"group:[email protected]:$(custom_org_role_name "organization.admin")" | ||
# orgpolicy.policy.set is not allowed in custom roles, this is the only role that has it | ||
"group:[email protected]:roles/orgpolicy.policyAdmin" | ||
|
||
|
||
# empower k8s-infra-prow-oncall@ to use GCP Console to navigate to their projects | ||
"group:[email protected]:roles/browser" | ||
|