Barbara Abi Khoriati
09/29/2021, 12:12 PMGOOGLE_APPLICATION_CREDENTIALS
in the environment variables of my ECSRun configuration. But, with that said, should I create an image with a volume that contains my json key file? And then I would use the path of this volume as GOOGLE_APPLICATION_CREDENTIALS
, right? I wonder what's the best practice in this case. Thanks in advance!Kevin Kho
GCP_CREDENTIALS
instead of the GOOGLE_APPLICATION_CREDENTIALS
. I think that it will fallover to GOOGLE_APPLICATION_CREDENTIALS
though. I think you can do it that way yes. Some users just store the GCP_CREDENTIALS
Secret entirely on Prefect Cloud and then pull it for their flowsBarbara Abi Khoriati
09/29/2021, 2:32 PM