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

Allow configuring tls cert filepath #322

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nicksherron
Copy link

@nicksherron nicksherron commented Feb 28, 2024

This change allows setting tls cert and private key as well as ca authority file paths for configuring tls options for redis connection. Tests have also been added to test connecting to redis without tls and with using regeneratable custom tls keys

Flag Env Description Default
redis-ca-cert REDIS_CA_CERT path to CA certificate file used when connecting to redis server ""
redis-client-cert REDIS_CLIENT_CERT path to client certificate file used when connecting to redis server ""
redis-client-key REDIS_CLIENT_KEY path to client key file used when connecting to redis server ""

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

Successfully merging this pull request may close these issues.

1 participant