You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: