How does it TLS work with Redis?
Hi All, using Redis I like to secure the connection. What I figured is, that I need to use `rediss://[[user][:password@]][host][:port]` instead of `redis:]//[[user][:password@]][host][:port]` (rediss with two s). Deployment Type = Standalone But by default, Redis uses mutual TLS and requires clients to authenticate with a valid certificate. How can I tell the Redis Function (on Cribl side) what Certs to use? Or if I set up a new one under 'Group Settings > Security > Certificates' is there a way to kind of make the Redis Function aware of using a specific cert? How does it TLS work with Redis? Best Mario
Answers
-
<@U01QFPWNB8C> - do you have any insights here?
0 -
<@UUP82DJHE> currently, Stream doesn't support mTLS with the Redis function
0 -
Thanks for confirming <@U01QFPWNB8C>. <@U04BZDDPNUX> - We added a feature request to add mTLS support to the Redis function, `CRIBL-16123` for future reference. cc: <@U02UFGDA7N1>
0 -
Thats unfortune, but good to know. Maybe you can add a short paragraph to the documentation as well, so people don't have to search for it.
0