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

Missing TLS support for Redis Client #1999

Closed
mihkelparna1 opened this issue Feb 6, 2024 · 0 comments · Fixed by #1998
Closed

Missing TLS support for Redis Client #1999

mihkelparna1 opened this issue Feb 6, 2024 · 0 comments · Fixed by #1998
Labels
enhancement New feature or request

Comments

@mihkelparna1
Copy link
Contributor

Description

Right now, Rekors Redis client implementation does not allow enforcing TLS. This is an issue, because a lot of Redis cluster implementations require TLS for the client connection setup and don't allow non-TLS clients. A good example of this is AWS ElastiCache, when MultiAZ is enabled on ElastiCache Redis, it will require TLS based client connections and will close any non-TLS connections.

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

Successfully merging a pull request may close this issue.

1 participant