Remove tokenUrl override #280
Labels
semver: major
Hint for users that this is an API breaking change.
type: cleanup
An internal cleanup or hygiene concern.
Milestone
There's a tokenUrl config setting that makes it hard to use
gcp-metadata
to request tokens in the ComputeClient:https://github.com/google/google-auth-library-nodejs/blob/master/src/auth/computeclient.ts#L69
We should remove this code, and switch over to using gcp-metadata for all communication in the client.
The text was updated successfully, but these errors were encountered: