spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 357 forks source link

Making an ACL for the default user #570

Open samof76 opened 1 year ago

samof76 commented 1 year ago

Fixes #568 .

Operationally we could update an additional password on the master redis, and the replicas.

ACL SETUSR default on >newpassword

Then update the password on the secret. This ensures the operator is able to auth with the master. Then...

  1. Restart the sentinels
  2. Restart the redis(first replicas and then the master)
ese commented 1 year ago

Thanks! Can you merge with master to fix CI ?