From 04a8922ceabef825a7b6f7ff09e40d8c759eb752 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Mon, 10 Mar 2025 06:56:34 +0100 Subject: [PATCH] remove non-existent config options --- .../apis-tools/spring-zeebe-sdk/configuration.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md b/versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md index e29912f7e64..88932548b99 100644 --- a/versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md +++ b/versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md @@ -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: - password: -``` - #### Keystore & Truststore You can authenticate with the cluster using Java's Keystore and Truststore.