Credentials supplied by local environment not working #227
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
type: docs
Improvement to the documentation for an API.
After updating from 1.11 to 1.13,
Authenticating with
./cloud_sql_proxy -instances=$INSTANCE_NAME -credential_file=/tmp/creds.json
Does work, but
GOOGLE_APPLICATION_CREDENTIALS=/tmp/creds.json ./cloud_sql_proxy -instances=$INSTANCE_NAME
Does not, even thought the documentation states they are equivalent.
The text was updated successfully, but these errors were encountered: