We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run
Pull request GHA runs terraform plan successfully, authenticating to the project using the provided secrets/credentials in GH.
Error: google-github-actions/auth failed with: retry function failed after 4 attempts: failed to generate Google Cloud access token for ***: (403) { "error": { "code": 403, "message": "Permission 'iam.serviceAccounts.getAccessToken' denied on resource (or it may not exist).", "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "IAM_PERMISSION_DENIED", "domain": "iam.googleapis.com", "metadata": { "permission": "iam.serviceAccounts.getAccessToken" } } ] } }
The workload identity federation is created, I don't know if it's configured right as it doesn't show any connected service accounts.
As per the repo
Terraform v1.8.3 on darwin_arm64 + provider registry.terraform.io/hashicorp/google v4.84.0 + provider registry.terraform.io/hashicorp/google-beta v4.84.0 + provider registry.terraform.io/hashicorp/null v3.2.2 + provider registry.terraform.io/hashicorp/random v3.6.1 + provider registry.terraform.io/hashicorp/time v0.11.1 + provider registry.terraform.io/integrations/github v5.34.0
Terraform plans and applies locally fine.
The text was updated successfully, but these errors were encountered:
I am observing the same behaviour with GitLab.
Sorry, something went wrong.
Will try and reproduce
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
daniel-cit
No branches or pull requests
TL;DR
run
is failing with the above.Expected behavior
Pull request GHA runs terraform plan successfully, authenticating to the project using the provided secrets/credentials in GH.
Observed behavior
The workload identity federation is created, I don't know if it's configured right as it doesn't show any connected service accounts.
Terraform Configuration
Terraform Version
Additional information
Terraform plans and applies locally fine.
The text was updated successfully, but these errors were encountered: