Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support connection to Redis-Cluster with TLS and non-default user. #2

Open
Alfred-Sabitzer opened this issue Nov 1, 2022 · 0 comments

Comments

@Alfred-Sabitzer
Copy link

Hi

Would be totally helpful to support connection to Redis-Cluster with TLS and non-default user.

Example (with real redis-cli):
REDIS_TLS=" --tls --cert /etc/ssl/certs/client.crt --key /etc/ssl/certs/client.key --cacert /etc/ssl/certs/ca.crt "
redis-cli -h ${MASTER_FDQN} -p 6379 ${REDIS_TLS} auth ${REDIS_USER} ${REDISCLI_AUTH}

BTW: Your solution is already totally cool, slim and easy to use. Like it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant