From 02182dacd7720b85dba44a71e385a085e2ce5e9a Mon Sep 17 00:00:00 2001 From: Josh Wulf Date: Thu, 18 Jul 2024 09:03:38 +1200 Subject: [PATCH] Update node-js-sdk.md (#4026) * Update node-js-sdk.md A customer reached out to support because they used the Docker profile with no Identity and the connection fails because we assume OAuth. This patch informs the users how to turn OAuth off. * style(formatting): update phrasing --------- Co-authored-by: christinaausley <84338309+christinaausley@users.noreply.github.com> --- versioned_docs/version-8.5/apis-tools/node-js-sdk.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-8.5/apis-tools/node-js-sdk.md b/versioned_docs/version-8.5/apis-tools/node-js-sdk.md index 5cc8fefda5..3186f048f2 100644 --- a/versioned_docs/version-8.5/apis-tools/node-js-sdk.md +++ b/versioned_docs/version-8.5/apis-tools/node-js-sdk.md @@ -69,6 +69,12 @@ If your installation does not have TLS on Zeebe: export CAMUNDA_SECURE_CONNECTION=false ``` +If you are using the components without Identity, disable OAuth: + +``` +export CAMUNDA_AUTH_STRATEGY='NONE' +``` + ### Camunda SaaS configuration ```bash