sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

是否支持使用ACL或者密码保护? #329

Open zergduan opened 6 months ago

zergduan commented 6 months ago

Cachecloud创建的Redis+Sentinel,是否支持Sentinel使用密码或者ACL? 例如: 为了防止有人恶意连接sentinel切换主备,我们希望连接sentinel时需要输入密码;这种需求可以通过对sentinel启用ACL或者启用参数requirepass(此功能在Redis6.2中提供); 但是这样会导致Cachecloud对Redis + Sentinel进行维护时(例如在运维界面中手动Failover)出现问题。 请问目前Cachecloud 3.2 是否已经支持以上功能?或者未来是否准备支持以上功能?(可以在配置中为Redis+Setinel指定sentinel登陆用户和密码)

githubname1024 commented 6 months ago

@zergduan 目前3.2版本暂未支持该功能。可以自行在cachecloud代码中进行改造兼容。