Authentication with Google Cloud Resource Service Account #57
Unanswered
michaelaguiar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application on Google Cloud Run with an attached service account. I set the permissions for this service account to access cloud storage, and it works locally (using keys generated from same service account). However, when I deploy my code, I get a 401 Unauthenticated error when trying to store file in cloud storage FROM cloud run.
It seems that it's not using the service account attached to the Cloud Run instance. Is there anything specific I have to do to get this to work?
Beta Was this translation helpful? Give feedback.
All reactions