Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix: fix vm universe_domain bug#1433

Merged
arithmetic1728 merged 1 commit intomainfrom
fix
Dec 6, 2023
Merged

fix: fix vm universe_domain bug#1433
arithmetic1728 merged 1 commit intomainfrom
fix

Conversation

@arithmetic1728
Copy link
Copy Markdown
Contributor

missed a parameter for universe_domain request

@arithmetic1728 arithmetic1728 requested review from a team and clundin25 December 6, 2023 00:19
self._scopes = scopes
self._default_scopes = default_scopes
self._universe_domain_cached = False
self._universe_domain_request = google_auth_requests.Request()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this request object get saved?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All req objects are passed in except the one used in the universe_domain property. I am thinking if we need to pass in a custom req object some day, we can override this _universe_domain_request property.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay gotcha

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants