Cluster (Section)#
Path: /environments/environment/cluster
Settings of a configuration cluster
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| keystore | string | required | The keystore for cluster communication. This should only be set with keystores generated by Curity | |
| host | host | required | The host or IP of the cluster admin node that the run-time nodes will connect to | |
| port | port-number | optional | 6789 | The port of the cluster admin node |
| distributed-service-port | port-number | optional | 6790 | The port of the distributed service |
| admin-listening-host | host | optional | 0.0.0.0 | The host or IP that the admin node should listen on (e.g., 0.0.0.0 to listen on all network interfaces) |