During redis-cluster pod startup, while the leader and follower pods are self-registering, they provide passwords in plaintext, which is visible in observability/security tools watching the kubernetes control plane. This PR implements the fix described here: "NOTE: For security reasons, provide the password to redis-cli automatically via the REDISCLI_AUTH environment variable."
During redis-cluster pod startup, while the leader and follower pods are self-registering, they provide passwords in plaintext, which is visible in observability/security tools watching the kubernetes control plane. This PR implements the fix described here: "NOTE: For security reasons, provide the password to redis-cli automatically via the REDISCLI_AUTH environment variable."