-
Notifications
You must be signed in to change notification settings - Fork 779
chore(functions): update cloud functions to specify build SA #1282
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
chore(functions): update cloud functions to specify build SA #1282
Conversation
…g. Specify the 1-org sa with sufficient privielges
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the build service account need to be in the full format projects/{{project}}/serviceAccounts/{{email}}
maybe a new service account created in the SCC project would provide a better separation of concerns. |
…move duplicate variable for org_step_service_account
@eeaton from
to
Change tested locally. |
The failing CI related to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @eeaton!
reviewed/approved by @daniel-cit
to address #1269.
I haven't been able to test it because our CI test org was not impacted by the default changes to cloud build SA, and has not encountered the permissions error.