kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

Redis Version and TLS Possibilities ??

Open mhwest13 opened this issue 3 years ago • 2 comments

I had a quick question about the Redis integration for Self-Hosted setups. While I'll admit, I'm not 100% familiar with this product, I'm curious if the Redis version is really something I need to restrict to version 5.x?

  • My gut says no, and that moving to v6.x shouldn't be an issue, but it never hurts to ask.

Secondly, if this will run on v6.x of Redis, does the Kodiak support TLS / password authentication to the Redis cluster?

  • If so, what environment variables would I need to set to be able to support this?

Any help or guidance you can give would be appreciated.

Cheers

mhwest13 avatar May 12 '22 18:05 mhwest13

Hey @mhwest13,

I haven't tested Kodiak with Redis v6, so I'm not sure if it will work. Let me know if it works for you. I'm open to accepting any PRs needed to support Redis v6.

We support rediss://, which I think is TLS, but I'm not sure that's the same as Redis v6 TLS

chdsbd avatar May 13 '22 13:05 chdsbd

Hey, just wanted to loop around with you and let you know that Kodiak seems to work find on Redis v6, I have yet to try implementing TLS+auth, since I wanted to be sure there wasn't a compounding issue perhaps. But we have successfully migrated our kodiak from a v5.0.6 redis cluster to a v6.2.6

Cheers

mhwest13 avatar Jun 15 '22 16:06 mhwest13