For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Legacy cluster configurations

DEPRECATED

This method of configuring clusters is deprecated and will be removed in a later version of Camunda Hub Self-Managed.

See the migration guide for more details.

Clusters must be configured using the following options to access the cluster from within Camunda Hub. If no clusters are configured, you will not be able to perform any actions that require a cluster (for example, deploy, start an instance, or Play a process).

The Camunda 8 Helm and Docker Compose distributions provide a local Zeebe cluster configured by default.

To add additional clusters, increment the 0 value for each entry (for example clusters[1] or CAMUNDA_MODELER_CLUSTERS_1_NAME).

Common configuration (all cluster versions)

Environment variableDescriptionExample value
CAMUNDA_MODELER_CLUSTERS_0_IDA unique identifier to use for your cluster.test-cluster-1
CAMUNDA_MODELER_CLUSTERS_0_NAMEThe name of your cluster.Test Cluster 1
CAMUNDA_MODELER_CLUSTERS_0_VERSIONThe Camunda version used by this cluster.8.8.0
CAMUNDA_MODELER_CLUSTERS_0_AUTHENTICATIONThe authentication to use with your cluster.BEARER_TOKEN

Additional configuration for cluster versions >= 8.8

Environment variableDescriptionExample value
CAMUNDA_MODELER_CLUSTERS_0_URL_GRPCInternal or external address where the Zeebe gRPC API can be reached.grpc://camunda:26500,
grpcs://camunda.example.com:26500
CAMUNDA_MODELER_CLUSTERS_0_URL_RESTInternal or external address where the cluster's REST APIs can be reached. Used as the base URL for requests to the Orchestration Cluster API.http://camunda:8080,
https://camunda.example.com
CAMUNDA_MODELER_CLUSTERS_0_URL_WEBAPPExternal address where the cluster's web applications can be reached in a browser.https://camunda.example.com
CAMUNDA_MODELER_CLUSTERS_0_AUTHORIZATIONS_ENABLEDIndicates if authorizations are enabled for the cluster. If true, users will see a hint when they deploy from Camunda Hub.true

Additional configuration for cluster versions < 8.8

Environment variableDescriptionExample value
CAMUNDA_MODELER_CLUSTERS_0_URL_ZEEBE_GRPCInternal or external address where the Zeebe gRPC API can be reached.grpc://camunda-zeebe-gateway:26500,
grpcs://zeebe.example.com:26500
CAMUNDA_MODELER_CLUSTERS_0_URL_ZEEBE_RESTInternal or external address where the Camunda 8 REST API can be reached.http://camunda-zeebe-gateway:8080,
https://zeebe.example.com
CAMUNDA_MODELER_CLUSTERS_0_URL_OPERATEInternal or external address where the Operate REST API can be reached.http://camunda-operate:80,
https://operate.example.com
CAMUNDA_MODELER_CLUSTERS_0_URL_TASKLISTInternal or external address where the Tasklist REST API can be reached.http://camunda-tasklist:80,
https://tasklist.example.com