Unanswered
Hi, Is There A Way To Pass Your Google Application Credentials To The Docker Container While Setting Up The Autoscaler Instance?
Ok so here's what I want to do, I want to export Google Application credentials to my docker container. Here's what I have tried so far
agent.extra_docker_shell_script: [
"echo -E '{
'type': 'xxx',
'project_id': 'xxx',
'private_key_id': 'xxx',
....
}' > google-api-key.json", "export GOOGLE_APPLICATION_CREDENTIALS=google-api-key.json"]
146 Views
0
Answers
one year ago
one year ago