Is hot reload for user and password creds available? #1377
Unanswered
msberyanov
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I guess it is fine to change user, password fields in ClientConnectionManager through builder() and then AuthCredential will update token with new info? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @lburgazzoli.
We have a task to hot reload creds to etcd (they can be changed from vault). Is it allowed in your library? How to process situations where watches on key are already set and currently listening? Should I recreate client every time creds change? How would you do this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions