Skip to content

Commit

Permalink
remove non-existent config options (#5198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Mar 10, 2025
1 parent eb18f44 commit 1c9bdfb
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,19 +259,6 @@ For a full set of configuration options, see [CamundaClientConfigurationProperti

Authenticate with the cluster using the following alternative methods:

#### Username & Password

You can authenticate with the cluster using username and password authentication.

```yaml
camunda:
client:
mode: self-managed
auth:
username: <your username>
password: <your password>
```

#### Keystore & Truststore

You can authenticate with the cluster using Java's Keystore and Truststore.
Expand Down

0 comments on commit 1c9bdfb

Please sign in to comment.