Skip to content

Commit

Permalink
Update node-js-sdk.md (#4026)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
jwulf and christinaausley authored Jul 17, 2024
1 parent 010315d commit 02182da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versioned_docs/version-8.5/apis-tools/node-js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02182da

Please sign in to comment.