RedisLabs/redis-cluster-proxy

the proxy.conf willl surport the requirepass parameter?

forhow134 opened this issue · 3 comments

I have try to set the auth parameter , and it works.
But I don't want anyone use my redis-cluster through redis-cluster-proxy without password.
Will it support the requirepass parameter in porxy.conf to let me set up a password for redis-cluster-proxy ?

ubuntu@km2:~$ redis-cli -h km1 -p 7777
km1:7777> set aa bb
OK
km1:7777> keys aa
1) "aa"
km1:7777> get aa
"bb"

i meet this issue too

+1

i meet this issue too