Open
Description
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.