Skip to content

feat: allow cached ADC to be refreshed #2569

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

diegomarquezp
Copy link
Contributor

Fixes #2541

This introduces the new method public static GoogleCredential getApplicationDefault(boolean resetCachedCredentials) which will reset the cached credentials when the argument is true.

Fixes #2541

This introduces the new method `public static GoogleCredential getApplicationDefault(boolean resetCachedCredentials)`
which will reset the cached credentials when the argument is `true`.
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Apr 1, 2025
@diegomarquezp diegomarquezp marked this pull request as ready for review April 1, 2025 23:30
@diegomarquezp diegomarquezp requested a review from a team as a code owner April 1, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to not cache the application default credentials
2 participants