-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Issue
When I used the gh-oidc
module, I got the error. I think the manner of GitHub OIDC was updated.
ERROR: gcloud crashed (OAuthError): ('Error code invalid_grant: Specified identity issuer https://token.actions.githubusercontent.com not found in the configured identity providers.', '{"error":"invalid_grant","error_description":"Specified identity issuer https://token.actions.githubusercontent.com not found in the configured identity providers."}')
Though I haven't completely understood the specification of GitHub OIDC, google_iam_workload_identity_pool_provider.oidc.issue_uri
should be https://token.actions.githubusercontent.com
.
oidc {
issuer_uri = "https://token.actions.githubusercontent.com"
}
Metadata
Metadata
Assignees
Labels
No labels