You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a dragonfly setup on k8s using the official operator, using TLS client authentication. The TLS data is provided through a k8s secret, and cert-manager takes care of rotating the certificate on a regular basis. https://www.dragonflydb.io/docs/managing-dragonfly/using-tls#certificate-rotation-without-downtime already covers how to rotate the cert without downtime, but it'd be even more convenient if there was an option to let dragonfly reload the cert automatically... For now I'll probably solve it with a k8s cron job that calls CONFIG SET tls true on regular basis, but happy to hear if there are smarter options!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm running a dragonfly setup on k8s using the official operator, using TLS client authentication. The TLS data is provided through a k8s secret, and cert-manager takes care of rotating the certificate on a regular basis. https://www.dragonflydb.io/docs/managing-dragonfly/using-tls#certificate-rotation-without-downtime already covers how to rotate the cert without downtime, but it'd be even more convenient if there was an option to let dragonfly reload the cert automatically... For now I'll probably solve it with a k8s cron job that calls
CONFIG SET tls true
on regular basis, but happy to hear if there are smarter options!Beta Was this translation helpful? Give feedback.
All reactions