cloud-run-flask-oauth2
cloud-run-flask-oauth2 copied to clipboard
Where to store service account json
Hi, thank you for your tutorial.
In a production workflow where would I need to store the service_account.json file? In the Cloud?
Hi,
- Store the json in the working directory or wherever you want to.
- If you're using Linux, pass the following command on the terminal:
export CREDS=service.json
- If you're using Windows command prompt, pass the following command on the terminal:
set CREDS= service_account.json