dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.

Home Page:https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support TLS on admin port

tekumara opened this issue · comments

To encrypt traffic between the operator and the dragonfly instances.

@tekumara Hmm, Could be useful! This would also mean replication could be encrypted as it happens through the admin port. By default, We pass no_tls_on_admin_port to disable TLS on admin port:

"--no_tls_on_admin_port",

By removing that and enabling --tls_replication when the certs are passed, Replication and Admin Port could be done through TLS.