Authentication with Google Cloud Resource Service Account #57
Unanswered
michaelaguiar
asked this question in
Q&A
Replies: 1 comment
-
|
The goal is not to exchange my counterfeit currency for dollars, but to give way to those counterfeits and release my locked money. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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