-
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/main: let trusted prow deploy to aaa #2384
infra/gcp/main: let trusted prow deploy to aaa #2384
Conversation
Use the same service account that currently deploys kubernetes resources to the k8s-infra prow build clusters, using the same role Pros: - the role is setup to disallow cluster deletion - we already trust this today - this is way less boilerplate Cons: - the role is more privileged than the namespace-user role - wider blast radius if the one service account is compromised
[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 |
/assign @thockin |
/hold cancel |
|
Part of #2151
Companion PR to kubernetes/test-infra#22970
though they can be merged in any order
Use the same service account that currently deploys kubernetes resources
to the k8s-infra prow build clusters, using the same role
Pros:
Cons: