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

RotatingCredentialProvider: when credential is about to expire, still use credential #420

Open
adam-fowler opened this issue Jan 12, 2021 · 0 comments

Comments

@adam-fowler
Copy link
Member

Currently when a credential is about to expire in RotatingCredentialProvider it calls refreshCredentials which returns a EventLoopFuture which is fulfilled with the new credentials. As current credentials are still valid we should just return them.

@adam-fowler adam-fowler added this to the 5.2.0 milestone Jan 12, 2021
@adam-fowler adam-fowler removed this from the v5.2.0 milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant