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(js/plugins/google-cloud): pass projectId through to GoogleAuth client #1907

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

MichaelDoyle
Copy link
Member

@MichaelDoyle MichaelDoyle commented Feb 10, 2025

Since the various Google telemetry clients will perform their own credential/project lookups, we need to make sure we're always passing the user provided projectId into their constructors. Otherwise, GCLOUD_PROJECT will take precedence, and we don't want that. :)

Checklist (if applicable):

@MichaelDoyle MichaelDoyle force-pushed the fix-project-id branch 2 times, most recently from 6047fc0 to af83a14 Compare February 14, 2025 22:50
@MichaelDoyle MichaelDoyle force-pushed the fix-project-id branch 4 times, most recently from 1687048 to b993d13 Compare February 19, 2025 04:28
@MichaelDoyle MichaelDoyle merged commit 24cd016 into main Feb 19, 2025
7 checks passed
@MichaelDoyle MichaelDoyle deleted the fix-project-id branch February 19, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants