RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
990 stars 129 forks source link

the proxy.conf willl surport the requirepass parameter? #70

Open forhow134 opened 3 years ago

forhow134 commented 3 years ago

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"
kenshinSuns commented 3 years ago

i meet this issue too

dawnof commented 1 year ago

+1

will0523 commented 1 year ago

i meet this issue too