chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Version and TLS Possibilities ??

mhwest13 opened this issue · 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

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

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