Skip to content

Commit

Permalink
refactor: backport to older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Mar 7, 2025
1 parent 2d60107 commit 3ff6145
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/self-managed/zeebe-deployment/configuration/broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ network:
```yaml
security:
enabled: false
certificateChainPath:
privateKeyPath:
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath:
password:
filePath: null
password: null
```

### zeebe.broker.network.commandApi
Expand Down
8 changes: 4 additions & 4 deletions docs/self-managed/zeebe-deployment/configuration/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ You can read more about intra-cluster security on [its dedicated page](../securi
```yaml
security:
enabled: false
certificateChainPath:
privateKeyPath:
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath:
password:
filePath: null
password: null
```

### zeebe.gateway.cluster.security.authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,20 @@ network:
| enabled | Enables TLS authentication between this gateway and other nodes in the cluster. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_ENABLED`. | false |
| certificateChainPath | Sets the path to the certificate chain file. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_CERTIFICATECHAINPATH`. | |
| privateKeyPath | Sets the path to the private key file location. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_PRIVATEKEYPATH`. | |
| keyStore | Configures the keystore file containing both the certificate chain and the private key; currently only supports PKCS12 format. | |
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
| keyStore.password | Sets the password for the keystore file, if not set it is assumed there is no password; This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_KEYSTORE_PASSWORD` | changeme |

#### YAML snippet

```yaml
security:
enabled: false
certificateChainPath:
privateKeyPath:
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath: null
password: null
```

### zeebe.broker.network.commandApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ You can read more about intra-cluster security on [its dedicated page](../securi
| enabled | Enables TLS authentication between this gateway and other nodes in the cluster. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_ENABLED`. | false |
| certificateChainPath | Sets the path to the certificate chain file. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_CERTIFICATECHAINPATH`. | |
| privateKeyPath | Sets the path to the private key file location. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_PRIVATEKEYPATH`. | |
| keyStore | Configures the keystore file containing both the certificate chain and the private key; currently only supports PKCS12 format. | |
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
| keyStore.password | Sets the password for the keystore file, if not set it is assumed there is no password; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_PASSWORD` | changeme |

#### YAML snippet

Expand All @@ -231,6 +234,9 @@ security:
enabled: false
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath: null
password: null
```

### zeebe.gateway.cluster.security.authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,20 @@ network:
| enabled | Enables TLS authentication between this gateway and other nodes in the cluster. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_ENABLED`. | false |
| certificateChainPath | Sets the path to the certificate chain file. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_CERTIFICATECHAINPATH`. | |
| privateKeyPath | Sets the path to the private key file location. This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_PRIVATEKEYPATH`. | |
| keyStore | Configures the keystore file containing both the certificate chain and the private key; currently only supports PKCS12 format. | |
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
| keyStore.password | Sets the password for the keystore file, if not set it is assumed there is no password; This setting can also be overridden using the environment variable `ZEEBE_BROKER_NETWORK_SECURITY_KEYSTORE_PASSWORD` | changeme |

#### YAML snippet

```yaml
security:
enabled: false
certificateChainPath:
privateKeyPath:
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath: null
password: null
```

### zeebe.broker.network.commandApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ You can read more about intra-cluster security on [its dedicated page](../securi
| enabled | Enables TLS authentication between this gateway and other nodes in the cluster. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_ENABLED`. | false |
| certificateChainPath | Sets the path to the certificate chain file. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_CERTIFICATECHAINPATH`. | |
| privateKeyPath | Sets the path to the private key file location. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_PRIVATEKEYPATH`. | |
| keyStore | Configures the keystore file containing both the certificate chain and the private key; currently only supports PKCS12 format. | |
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
| keyStore.password | Sets the password for the keystore file, if not set it is assumed there is no password; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_PASSWORD` | changeme |

#### YAML snippet

Expand All @@ -255,6 +258,9 @@ security:
enabled: false
certificateChainPath: null
privateKeyPath: null
keyStore:
filePath: null
password: null
```

### zeebe.gateway.cluster.security.authentication
Expand Down

0 comments on commit 3ff6145

Please sign in to comment.