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
Add support for the GAE built-in service account, aka. App Identity. Also, add support to Application Default Credentials for detecting this environment and automatically using this identity.
The text was updated successfully, but these errors were encountered:
From the public documentation, it looks like the Google Application Default Credentials can detect the App Engine service account. Does that mean that this issue is now fixed? cc/ @aozarov
This was implemented in this library in February 2015. In the Dev App Server it picks up the local application default credentials for use as a proxy for the app identity.
Add support for the GAE built-in service account, aka. App Identity. Also, add support to Application Default Credentials for detecting this environment and automatically using this identity.
The text was updated successfully, but these errors were encountered: