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
Currently ID token credentials makes this call here:
google-auth-library-python/google/auth/compute_engine/credentials.py to query service_account_info, however I am not sure if this call is needed because each gce instance can only have 1 service account, therefore getting id token credential with "default" email address should also work.