Configuration
The Camunda Platform REST API connects to several components in your cluster.
Zeebe​
You can configure the Zeebe connection using the following properties:
ZEEBE_CLIENT_CLOUD_CLUSTER_ID
​
ID of the SaaS cluster that Zeebe is part of.
ZEEBE_CLIENT_CLOUD_REGION
​
Region where the SaaS cluster exists.
ZEEBE_CLIENT_CLOUD_CLIENT_ID
​
ID of an API Client with Zeebe
scope.
ZEEBE_CLIENT_CLOUD_CLIENT_SECRET
​
Secret belonging to API Client defined by ZEEBE_CLIENT_CLOUD_CLIENT_ID
.
ZEEBE_CLIENT_BROKER_GATEWAYADDRESS
​
Address of a Zeebe Gateway.
ZEEBE_CA_CERTIFICATE_PATH
​
Path to the CA certificate to validate the gateway's certificate chain. The client looks in the system's certificate store instead by default.
ZEEBE_INSECURE_CONNECTION
​
Disables secure communication over TLS. Secure communication over TLS is enabled by default.
Other environment variables​
You can also configure the Zeebe connection using any of the Zeebe Client environment variables and the additional configuration options offered by spring-zeebe.
Operate​
You can configure the Operate connection using the following properties:
ZEEBE_CLIENT_CLOUD_CLUSTER_ID
​
ID of the SaaS cluster that Operate is part of.
ZEEBE_CLIENT_CLOUD_REGION
​
Region where the SaaS cluster exists.
ZEEBE_CLIENT_CLOUD_CLIENT_ID
​
ID of an API Client with Operate
scope.
ZEEBE_CLIENT_CLOUD_CLIENT_SECRET
​
Secret belonging to API Client defined by ZEEBE_CLIENT_CLOUD_CLIENT_ID
.
CAMUNDA_OPERATE_CLIENT_URL
​
Base URL of Operate.
CAMUNDA_OPERATE_CLIENT_USERNAME
​
Username for simple authentication to Operate.
CAMUNDA_OPERATE_CLIENT_PASSWORD
​
Password for simple authentication to Operate.
CAMUNDA_OPERATE_CLIENT_CLIENTID
​
ID of an API Client with Operate
scope.
CAMUNDA_OPERATE_CLIENT_CLIENTID
​
ID of an Identity API.
CAMUNDA_OPERATE_CLIENT_CLIENTSECRET
​
Secret belonging to API Client defined by CAMUNDA_OPERATE_CLIENT_CLIENTID
.
CAMUNDA_OPERATE_CLIENT_CLIENTSECRET
​
Secret belonging to Identity API defined by CAMUNDA_OPERATE_CLIENT_CLIENTID
.
CAMUNDA_OPERATE_CLIENT_KEYCLOAKREALM
​
Keycloak realm that Identity is connected to.
CAMUNDA_OPERATE_CLIENT_KEYCLOAKURL
​
URL of Keycloak.
Next steps​
- explore the API docs
- play around with the API in Swagger UI (running at /swagger-ui).