-
Notifications
You must be signed in to change notification settings - Fork 877
Password management and rotation in NpgsqlDataSource #4529
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
Conversation
a6ac248 to
d11579d
Compare
…uite No actual changes, just move code around
Co-authored-by: Nikita Kazmin <vonzshik@gmail.com>
NinoFloris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
| { | ||
| // A periodic password provider is configured, but the first refresh hasn't completed yet (race condition). | ||
| // Wait until it completes. | ||
| if (_password is null && _passwordRefreshTask is not null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check should be redundant now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix up in #4531
Closes #4497