Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auth): use default client for universe metadata lookup #10551

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Jul 15, 2024

When this code was first introduced we did not have the context methods in the metadata package so we set the timeout on the client. Now that we do we should use context to set the timeout and use the default client the metadata package provides.

Fixes: #10544

When this code was first introduced we did not have the context
methods in the metadata package so we set the timeout on the client.
Now that we do we should use context to set the timeout and use
the default client the metadata package provides.

Fixes: googleapis#10544
@codyoss codyoss requested a review from a team as a code owner July 15, 2024 20:02
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Jul 15, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit d9046fd into googleapis:main Jul 15, 2024
8 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 15, 2024
@codyoss codyoss deleted the auth-universe-client branch July 15, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auth: universe/universe_domain calls honors HTTP_PROXY envvar where it did not before
2 participants