Select Topic AreaQuestion BodyHi Team, I am trying to set up things to be able to run Actions to query gcloud. Command I inspected the OIDC JWT Claims by running the command below and I can confirm the the claims have the sub, repository, actor and repository_owner coming up in the response. OIDC_JWT=$(curl -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" Can someone please throw some light on this issue and help me fix what I may have missed. Thank you |
Replies: 4 comments 16 replies
|
Hello @sam-nash! Here’s how to troubleshoot and potentially fix this issue: Steps to Resolve:
|
|
I'm having the same problem, using https://token.actions.githubusercontent.com/.well-known/openid-configuration accepts the claims, however when trying to use it I get this error https://cloud.google.com/iam/docs/troubleshooting-workload-identity-federation#error-connecting-issuer |
|
Yes I also checked that way and yes I configure in the GUI. The manuals all state that it has to be configured as you stated. |
|
I'm having the same problem from both the GCP UI and the gcloud command line. We have other providers that have been set up in the past with the same configurations. |



I have attached screenshots of OIDC Provider page