Skip to main content

types.OrchestratorTransportConfig

addressstring
credentials_pathstring
insecureboolean
listen_addrstring

ListenAddr - when set, runs embedded server for nodes to connect to If specified, this overrides any server address from credentials/bootstrapping

node_idstring

Connection config settings

refresh_addressstring
require_tlsboolean
reverse_proxyboolean
types.OrchestratorTransportConfig
{
"address": "string",
"credentials_path": "string",
"insecure": true,
"listen_addr": "string",
"node_id": "string",
"refresh_address": "string",
"require_tls": true,
"reverse_proxy": true
}