docker-redis-cluster icon indicating copy to clipboard operation
docker-redis-cluster copied to clipboard

Add support for authentication

Open bjosv opened this issue 4 years ago • 0 comments

By defining a password in the environment variable PASSWORD a cluster will be configured to require a client to authenticate itself. The client needs to send the AUTH command followed by the password before being able to access the cluster.

This is somewhat based on #94 but avoiding the compability problem of having empty passwords in early 6.0 releases.

bjosv avatar Nov 23 '20 09:11 bjosv