You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the feature you want to add?
TLS & ACL configuration of healthcheck redis
Why do you want to add this feature?
In some scenario, e.g. when using the Amazon MemoryDB for Redis, we want to enable the TLS and ACL feature for authorization. However, till v1.8.0, the configuration of Redis only containes address, password and some other timeout options, which does not satisfy our demands.
current redis options of polaris healthcheck in polaris-server.yaml:
How to implement this feature?
Add TLS & ACL options to healthcheck's redis configuration, make it available to set tls and acl options via polaris-server.yaml
Additional context
TLS: redis-cli --tls
ACL: redis-cli --user USER -a PASS
The text was updated successfully, but these errors were encountered:
What is the feature you want to add?
TLS & ACL configuration of healthcheck redis
Why do you want to add this feature?
In some scenario, e.g. when using the Amazon MemoryDB for Redis, we want to enable the TLS and ACL feature for authorization. However, till v1.8.0, the configuration of Redis only containes address, password and some other timeout options, which does not satisfy our demands.
current redis options of polaris healthcheck in polaris-server.yaml:
How to implement this feature?
Add TLS & ACL options to healthcheck's redis configuration, make it available to set tls and acl options via polaris-server.yaml
Additional context
TLS: redis-cli --tls
ACL: redis-cli --user USER -a PASS
The text was updated successfully, but these errors were encountered: