googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
755 stars 303 forks source link

fix: allow custom universe domain for gce creds #1460

Closed arithmetic1728 closed 5 months ago

arithmetic1728 commented 5 months ago

If the user provides the universe domain, we will cache it and not call the universe domain endpoint; otherwise we will use the existing behavior, i.e. call universe domain endpoint to retrieve it when needed