Auth with Cloud Run Service Account? #3624
Unanswered
noahpodgurski
asked this question in
Q&A
Replies: 1 comment
-
There's a number of different ways to authenticate to Cloud Run, please read the documentation. Moving this to Q&A. |
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
-
I can do local auth with the below code using my service account credentials. Set in .env as
GOOGLE_APPLICATION_CREDENTIALS=./service-account-key.json
But I'm trying to figure out how to get this working on Cloud Run using the service account on there.. I assumed the auth stuff would be passed in automatically, which doesn't seem right, but also couldn't find any documentation to show otherwise. Has anyone done this before? Any alternatives I can try here?
Beta Was this translation helpful? Give feedback.
All reactions