Where are the default credentials for Google apps stored?

2 answers

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

+12
source

Window:

C:\Users\%username%\AppData\Roaming\gcloud\credentials

C:\Users\%username%\AppData\Roaming\gcloud\legacy_credentials

+5
source

Source: https://habr.com/ru/post/1657687/


All Articles