magnusrodseth_16480
Authenticating Railway deployment to Google Cloud Platform (GCP)
@rayofbytes The thing is: I'm not - I don't know how to do it correctly. Locally, I simply login by running
gcloud auth application-default login
in my terminal. This authenticates my local environment to successfully communicate with GCP.
According to this documentation (https://cloud.google.com/docs/authentication/provide-credentials-adc#on-prem), Google recommends setting the GOOGLE_APPLICATION_CREDENTIALS
environment variable to point to a credential configuration file. However, where should this point to in my Railway deployment? The deployment doesn't know about any credential configuration file.6 replies