Skip to content

Commit

Permalink
Update node-js-sdk.md (#4027)
Browse files Browse the repository at this point in the history
* Update node-js-sdk.md

Add instructions on disabling OAuth.

* style(formatting): adjust phrasing

---------

Co-authored-by: christinaausley <[email protected]>
  • Loading branch information
jwulf and christinaausley authored Jul 17, 2024
1 parent e8969de commit 010315d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/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 010315d

Please sign in to comment.