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): Fix credentials issue in createCustomToken() when using ADC #2801

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

lahirumaramba
Copy link
Member

@lahirumaramba lahirumaramba commented Dec 5, 2024

fixes #2800

Instead of passing in an explicit service account name IAMSigner now takes in an app instance. This way we can use credentials (Google Auth) instance to get the service account name

@lahirumaramba lahirumaramba marked this pull request as ready for review December 11, 2024 22:46
Copy link
Contributor

@jonathanedey jonathanedey left a comment

Choose a reason for hiding this comment

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

LGTM Thanks!

@lahirumaramba lahirumaramba merged commit 86094a7 into master Dec 12, 2024
8 checks passed
@lahirumaramba lahirumaramba deleted the lm-fix-createtoken branch December 12, 2024 16:30
lahirumaramba added a commit that referenced this pull request Dec 19, 2024
@lahirumaramba lahirumaramba changed the title fix(auth): Fix credentials issue in createToken() when using ADC fix(auth): Fix credentials issue in createCustomToken() when using ADC Dec 19, 2024
lahirumaramba added a commit that referenced this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:stage Stage a release candidate release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

13.x has broken auto finding service account for auth.createCustomToken
2 participants