You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcloud auth appears to no longer write a user's application credentials to application_default_credentials.json but instead to a user specific path under .config/gcloud/legacy_credentials/. I believe the change was done when the authors moved to use SQLite to manage the tokens.
I'd like to add support for using gcloud auth print-access-token directly but wanted to get feedback before committing to the process. Are there concerns or opinions about adding support for gcloud?
The text was updated successfully, but these errors were encountered:
gcloud auth
appears to no longer write a user's application credentials toapplication_default_credentials.json
but instead to a user specific path under.config/gcloud/legacy_credentials/
. I believe the change was done when the authors moved to use SQLite to manage the tokens.I'd like to add support for using
gcloud auth print-access-token
directly but wanted to get feedback before committing to the process. Are there concerns or opinions about adding support forgcloud
?The text was updated successfully, but these errors were encountered: