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:
parent
e4914e891a
commit
d097ea0a7b
@ -19,7 +19,7 @@ func main() {
|
|||||||
"PLUGIN_JSON_KEY",
|
"PLUGIN_JSON_KEY",
|
||||||
"GCR_JSON_KEY",
|
"GCR_JSON_KEY",
|
||||||
"GOOGLE_CREDENTIALS",
|
"GOOGLE_CREDENTIALS",
|
||||||
"GOOGLE_APPLICATION_CREDENTIALS",
|
"TOKEN",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user