Redis auth and tls
#16479
-
Hello, I am having trouble to understand how to configure connection to redis cluster with tls and auth enabled. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
neuronull
Feb 16, 2023
Replies: 1 comment 4 replies
-
Hello, I believe the way to authenticate is through the https://vector.dev/docs/reference/configuration/sources/redis/#url For example:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
idenkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I believe the way to authenticate is through the
url
option, and usingrediss
for TLS.https://vector.dev/docs/reference/configuration/sources/redis/#url
For example: