Cluster (Section)#

Path: /environments/environment/cluster

Settings of a configuration cluster

Parameters#

NameTypeRequiredDefaultDescription
keystorestringrequired-The keystore for cluster communication. This should only be set with keystores generated by Curity
hostunion (union (string | string) | string (length: 1..253))required-The host or IP of the cluster admin node that the run-time nodes will connect to
portuint16optional6789The port of the cluster admin node
distributed-service-portuint16optional6790The port of the distributed service
admin-listening-hostunion (union (string | string) | string (length: 1..253))optional0.0.0.0The host or IP that the admin node should listen on (e.g., 0.0.0.0 to listen on all network interfaces)

Was this helpful?