eleme / corvus

A fast and lightweight Redis Cluster Proxy for Redis 3.0
MIT License
789 stars 143 forks source link

Do you have a plan for supporting backend redis cluster configed with requirepass? #134

Closed hungrybirder closed 6 years ago

hungrybirder commented 7 years ago

Hello,

With v0.2.7 tag and redis-cluster which is configured with requirepass. Found that the corvus doesn't send AUTH command to the backend redis cluster instance. So I got "(error) NOAUTH Authentication required."

Twemproxy has redis_auth configuration which implements "Authenticate to the Redis server on connect."

Thanks!

doyoubi commented 7 years ago

No, we're not going to support it. Using password in redis makes it quite hard to maintain the cluster and we're not sure whether the plain text password stored in every machine can really protect the cluster.

hungrybirder commented 7 years ago

Okay. Anyway, thanks for your reply.