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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Note: we should not use the auth token provided here at all. We should keep our existing logic of reading ~/.config/gcloud/application_default_credentials.json because those credentials are populated exclusively by gcloud auth application-default login and intended for Application Default Credentials.
Instead, we should subprocess out to
gcloud config config-helper --format jsonExample output:
Note: we should not use the auth token provided here at all. We should keep our existing logic of reading
~/.config/gcloud/application_default_credentials.jsonbecause those credentials are populated exclusively bygcloud auth application-default loginand intended for Application Default Credentials.