Skip to main content

Module tls

Module tls 

Source
Expand description

Process-wide mutual TLS for the cluster control plane (barrier, query, shuffle). One identity per node/process, installed once at startup.

Structs§

ClusterTls
TLS material shared by every control-plane server and client in this process.

Functions§

set_cluster_tls
Install the process-wide control-plane TLS. Call once at startup before any control-plane server or client is created; later calls are ignored.