Skip to content

Conversation

lahirumaramba
Copy link
Member

@lahirumaramba lahirumaramba commented Feb 21, 2024

  • Migrate Application default credentials, Service account credentials, Refresh token credentials, and Compute engine credentials to use google-auth-library

Resolves: #1377

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.

Looks good so far! Left one comment.

);
return {
...credentials,
access_token: accessToken,
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to assign access_token here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah I am keeping the shape of the internal GoogleOAuthAccessToken type here

@lahirumaramba lahirumaramba self-assigned this Feb 29, 2024
@foxrafa
Copy link
Contributor

foxrafa commented May 13, 2024

I submitted a fix for ADC not working for human accounts here #2553

@VitaliAndrushkevich
Copy link

Could you please provide an update on the status of this PR?
CC: @lahirumaramba

@KemingHe
Copy link

KemingHe commented Jul 7, 2024

@lahirumaramba @hsubox76 Hello there, as a firebase admin sdk user, I much look forward to this PR getting through, could you please give us a status update? Thank you.

@lahirumaramba lahirumaramba force-pushed the lm-migrate-cred-stage1 branch from 9f97343 to 16dea4c Compare November 1, 2024 22:00
@lahirumaramba lahirumaramba marked this pull request as ready for review November 1, 2024 22:01
@lahirumaramba lahirumaramba marked this pull request as draft November 1, 2024 22:01
@lahirumaramba lahirumaramba marked this pull request as ready for review November 1, 2024 22:02
@lahirumaramba lahirumaramba marked this pull request as draft November 1, 2024 22:02
@lahirumaramba lahirumaramba marked this pull request as ready for review November 1, 2024 22:02
@lahirumaramba lahirumaramba changed the title feat: Migrate credentials to use google-auth-library change: Migrate credentials to use google-auth-library Nov 3, 2024
@lahirumaramba lahirumaramba force-pushed the lm-migrate-cred-stage1 branch from 5efd109 to bf0df9d Compare November 3, 2024 19:01
@lahirumaramba lahirumaramba force-pushed the lm-migrate-cred-stage1 branch from bf0df9d to d81fa18 Compare November 3, 2024 19:04
@lahirumaramba lahirumaramba added the release:stage Stage a release candidate label Nov 3, 2024
@lahirumaramba lahirumaramba force-pushed the lm-migrate-cred-stage1 branch from 392987e to b5896fc Compare November 4, 2024 18:32
@lahirumaramba lahirumaramba merged commit 2144b12 into master Nov 4, 2024
10 checks passed
@lahirumaramba lahirumaramba deleted the lm-migrate-cred-stage1 branch November 4, 2024 20:12
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.

[FR] Allow credential file type "external_account" when calling admin.credential.applicationDefault()
6 participants