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 | union (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 |
| port | uint16 | optional | 6789 | The port of the cluster admin node |
| distributed-service-port | uint16 | optional | 6790 | The port of the distributed service |
| admin-listening-host | union (union (string | string) | string (length: 1..253)) | 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) |