-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra/gcp/prod-storage: fix ensure-prod-storage.sh #1998
Conversation
Ensure the auditor service accounts are created _before_ attempting to set an iam policy binding on the service accounts. I will save redoing this to pull out the logic hidden in lib.sh for a future PR
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/hold cancel |
Ran The relevant changes as a result of this PR are:
This run also picked up changes from #1966
|
Related to refactoring infra/gcp, ref: #516 |
This is part of #1730 and an attempt to unblock deploying #1966 (comment)
The first two commits are mechnical refactoring that was easy enough to do while here:
The actual surgical fix is the third commit:
I would like to redo the logic in this script to be less hidden in lib.sh but will save that for a future PR