From 8ece9c50e9ec63fa5b95226bbd3e847d229e6e05 Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Fri, 12 Jul 2024 17:11:53 +0200 Subject: [PATCH 1/4] 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 From 1b37fe5701685a4a255fbc0f38e474ac8cb60465 Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Mon, 15 Jul 2024 10:35:54 +0200 Subject: [PATCH 2/4] Update docs/self-managed/connectors-deployment/connectors-configuration.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../connectors-deployment/connectors-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-managed/connectors-deployment/connectors-configuration.md b/docs/self-managed/connectors-deployment/connectors-configuration.md index 9b2e21e53b..b5ec6d8e03 100644 --- a/docs/self-managed/connectors-deployment/connectors-configuration.md +++ b/docs/self-managed/connectors-deployment/connectors-configuration.md @@ -53,7 +53,7 @@ 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 | From 8d1983585a7cd2b65a89db5184d24a95db83d8a2 Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Mon, 15 Jul 2024 10:36:04 +0200 Subject: [PATCH 3/4] Update docs/self-managed/connectors-deployment/connectors-configuration.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../connectors-deployment/connectors-configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/self-managed/connectors-deployment/connectors-configuration.md b/docs/self-managed/connectors-deployment/connectors-configuration.md index b5ec6d8e03..12da235cbf 100644 --- a/docs/self-managed/connectors-deployment/connectors-configuration.md +++ b/docs/self-managed/connectors-deployment/connectors-configuration.md @@ -57,7 +57,6 @@ Zeebe: | `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 From 8c5260a8027ad2745107e203160b6e24b3c70fbc Mon Sep 17 00:00:00 2001 From: Ev Date: Mon, 15 Jul 2024 11:09:49 +0200 Subject: [PATCH 4/4] docs(connectors): capitalization fixes --- .../connectors-deployment/connectors-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-managed/connectors-deployment/connectors-configuration.md b/docs/self-managed/connectors-deployment/connectors-configuration.md index 12da235cbf..ddc999ba27 100644 --- a/docs/self-managed/connectors-deployment/connectors-configuration.md +++ b/docs/self-managed/connectors-deployment/connectors-configuration.md @@ -54,8 +54,8 @@ Zeebe: | 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 | +| `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