Where are Google Application Default Credentials stored?

Cameron Taggart picture Cameron Taggart · Oct 14, 2016 · Viewed 8.3k times · Source

Answer

Cameron Taggart picture Cameron Taggart · Oct 14, 2016

I found them. They are in ~/.config/gcloud/credentials. I was able to pass the default credentials to the docker image I'm working on by mounting them docker run --rm -it -v ~/.config/gcloud:/root/.config/gcloud alpine:3.4 sh.