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 Oct 27, 2022. It is now read-only.
gcloud auth print-identity-token is used to create an un-scoped token and passed around the code so requests can be made.
Desired Behavior
The new idtoken library provides an HTTP client that automatically handles identity token minting. Use that instead. This HTTP client can be passed a customized HTTP client, which is how timeouts for #16 would be supported.