Skip to content

Support Sentinel usernames

Currently we support Redis Sentinel passwords (set via requirepass), but Redis Sentinels (and Redis) support ACLs via custom usernames (https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/).

We currently have global.redis.sentinelAuth that should be extended to provide a Sentinel username. Then we need to update the config files for all the components:

Other references:

Edited by Stan Hu