mTLS Cluster Security
Automatic mTLS for secure inter-node communication in distributed Spice.ai clusters.
Last updated
Was this helpful?
Was this helpful?
spice cluster tls initspice cluster tls add scheduler1
spice cluster tls add executor1 --host executor1.cluster.localspiced --role scheduler \
--node-mtls-ca-certificate-file ca.pem \
--node-mtls-certificate-file scheduler1.pem \
--node-mtls-key-file scheduler1-key.pem \
--node-advertise-address scheduler1.cluster.local
spiced --role executor \
--node-mtls-ca-certificate-file ca.pem \
--node-mtls-certificate-file executor1.pem \
--node-mtls-key-file executor1-key.pem \
--scheduler-address https://scheduler1.cluster.local:50052 \
--node-advertise-address executor1.cluster.local