-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
Getting 403 error when authenticating to GCP. Two weeks (10/19) ago same exact workflow passed successfully. We did not change anything with our GCP IAM user and anything in the workflow. We followed the readme in setting up and I verified that nothing has changed on that user.
Expected behavior
Successful authentication.
Observed behavior
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
}
Reproduction
Follow setup steps in readme and create a github action for Oauth2.0
Action YAML
steps:
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/[email protected]'
with:
token_format: 'access_token'
workload_identity_provider: 'projects/########/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
service_account: 'github-actions@#######.iam.gserviceaccount.com'Additional information
No, we are in POC phase for deploying to GCP using GitHub actions and using this action is part of it.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working