Change possible password fields

GOOGLE_APPLICATION_CREDENTIALS "should point to a file that defines the credentials", and should not be the contents of the credentials to follow Google's convention.

See https://developers.google.com/identity/protocols/application-default-credentials#howtheywork.
This commit is contained in:
Tony Li 2017-08-29 16:52:33 -04:00 committed by GitHub
parent e4914e891a
commit d097ea0a7b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func main() {
"PLUGIN_JSON_KEY",
"GCR_JSON_KEY",
"GOOGLE_CREDENTIALS",
"GOOGLE_APPLICATION_CREDENTIALS",
"TOKEN",
)
)