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 TLS #24

Merged
merged 5 commits into from
Mar 2, 2023
Merged

Support TLS #24

merged 5 commits into from
Mar 2, 2023

Conversation

aglarendil
Copy link
Contributor

Allow to pass TLSEnabled bool and TLSConfig struct to opts thus effectively enabling TLS Support.

@aglarendil aglarendil requested a review from g7r February 24, 2023 16:34
@aglarendil aglarendil force-pushed the feature/tls-support branch 2 times, most recently from 09c8ae1 to bdb8917 Compare February 24, 2023 17:04
Allow to pass TLSEnabled bool and TLSConfig struct to opts
thus effectively enabling TLS Support.
1. We do not need redis from joomcode as all the patches have been merged
   upstream already
2. Install libssl-dev and set BUILD_TLS build var
1. allow to init a rediscluster with TLS options
2. pass env variable for 2 variants of tests: with and w/o TLS
rediscluster/cluster.go Outdated Show resolved Hide resolved
redisconn/conn.go Outdated Show resolved Hide resolved
@aglarendil aglarendil requested a review from marusama February 28, 2023 14:20
@aglarendil aglarendil merged commit 4df231c into master Mar 2, 2023
@funny-falcon funny-falcon mentioned this pull request Mar 13, 2023
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.

3 participants