You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking the jwt produced on Cloud Run by the same code, on cloud run I'm missing some data. Hence, the error message. Would it be possible to use "gce" auth with cloudrun?
Hello,
I used to use the GCE metadata to auto auth to vault with the jwt but I noticed that it does not work with cloud run.
I get the following
I saw that apparently this PR solved the authentication issue #115, but I can't make it work. Do we have an example?
I can get an ID token through "http://metadata/computeMetadata/v1/instance/service-accounts/default/identity" but when I try to authenticate, it shows the above error.
Checking the jwt produced on Cloud Run by the same code, on cloud run I'm missing some data. Hence, the error message. Would it be possible to use "gce" auth with cloudrun?
The text was updated successfully, but these errors were encountered: