From 8ece9c50e9ec63fa5b95226bbd3e847d229e6e05 Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Fri, 12 Jul 2024 17:11:53 +0200 Subject: [PATCH] docs(connectors): add docs for secure TLS connexion --- .../connectors-deployment/connectors-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/self-managed/connectors-deployment/connectors-configuration.md b/docs/self-managed/connectors-deployment/connectors-configuration.md index 9902f743f2..9b2e21e53b 100644 --- a/docs/self-managed/connectors-deployment/connectors-configuration.md +++ b/docs/self-managed/connectors-deployment/connectors-configuration.md @@ -50,6 +50,14 @@ If you are connecting a local Connector runtime to a SaaS cluster, you may want Zeebe: +### Secure connection + +| Environment variable | Purpose | +|:----------------------------------------------------|:-------------------------------------------------------------------------------| +| `CAMUNDA_CLIENT_ZEEBE_BASEURL` (required) | The base url of the zeebe broker (https) | +| `CAMUNDA_CLIENT_ZEEBE_CACERTIFICATEPATH` (optional) | The file location of the certificate to be used to connect to the zeebe broker | + + ```bash ZEEBE_CLIENT_BROKER_GATEWAY-ADDRESS=127.0.0.1:26500 ZEEBE_CLIENT_SECURITY_PLAINTEXT=true