Skip to content

Commit

Permalink
docs(connectors): add docs for secure TLS connexion
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele committed Jul 12, 2024
1 parent 83f5aa3 commit 8ece9c5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ece9c5

Please sign in to comment.