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

Enable TLS connection for Redis #2334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ziris85
Copy link

@Ziris85 Ziris85 commented Nov 16, 2024

Hello!

This is a hopefully simple PR to allow users to configure Redis to connect to a TLS-enabled Redis endpoint. It proposes a new environment variable REDIS_PROTOCOL that can be passed to the container, and replaces all areas (that I found) where tcp:// was either hard-coded or the assumed (omitted) default. All adjustments will continue to use tcp as the default if the env var isn't passed, so this shouldn't impact existing installations.

I don't do PR's very frequently so apologies if I missed something here, but I'm interested in thoughts/feedback!

Thank you!

Signed-off-by: Adam Vest <ziris85@live.com>
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