Replies: 1 comment 2 replies
-
Hey, sorry for the delayed response By "current redis" do you refer to the connected Jedis client or the Redis server itself? The Redis server ACL supports multiple passwords per user, You should be able to add the new password, update the client connection to use it, and after some time, when all clients switch to use the new credentials, drop the old password. https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
src/test/java/redis/clients/jedis/examples/RedisCredentialsProviderExample.java
When I refer to this example to complete the credential change, how should I gracefully reset the current redis to connect to redis using the new credentials to complete password rotation without downtime?
Beta Was this translation helpful? Give feedback.
All reactions