-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Redis integration support TLSConfig #5310
Comments
I was trying out Redis support in query-frontend using AWS ElastiCache with "encryption in transit" enabled and also ran into this problem. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
I believe this is still needed |
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
…loses issue thanos-io#5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
* Updated TLS support to the redis client based on PR #5312. Closes issue #5310 Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com> * Changelog Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com> * documentation Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com> Signed-off-by: Daniel Butler <16944132+dbut023@users.noreply.github.com>
Is your proposal related to a problem?
Support TLS for redis integration
Describe the solution you'd like
Add new Redis Client Config for tls enabled, and add TLSConfig here
Additional context
If I understand correctly currently there's no way we can connect to redis with TLS enabled
The text was updated successfully, but these errors were encountered: