-
Notifications
You must be signed in to change notification settings - Fork 835
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
Additional role to service account used by CAPG e2e tests #7665
Comments
//cc @cpanato @salasberryfin |
/assign |
cc @ameukam can you help here? or who we can talk with |
I have very limited bandwidth currently. Sorry. 😞 |
@dims @BenTheElder can you help with this? |
If we're adding roles: we need to make sure boskos cleans up the associated resources we'll be creating that we may not have been before. |
Thats a good point. We'll be creating GKE clusters in the e2e. Looking at the janitor these are not included: I can create a PR for this. |
@cpanato @BenTheElder - just to confirm the existing GCP janitor cleans up stale GKE clusters:
|
The e2e tests in CAPG have been updated to cover GKE provisioning. As a result, the service account that is retrieved from boskos needs an additional role assigning to it.
The Boskos resource details:
Type:
gce-project
Owner:
cluster-api-provider-gcp
Note: the resource is a key for a GCP service account.
The GCP service account that is related to this resource needs the following role adding to it:
iam.serviceAccountTokenCreator
This is blocking the e2e tests running.
The text was updated successfully, but these errors were encountered: