@camunda8/sdk 8.6.6 → 8.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [8.6.7](https://github.com/camunda/camunda-8-js-sdk/compare/v8.6.6...v8.6.7) (2024-06-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **docs:** update config for disabling authentication ([df5879f](https://github.com/camunda/camunda-8-js-sdk/commit/df5879ffb8821e2c49e8e71c5a7cedc40e53c869))
|
|
7
|
+
|
|
1
8
|
## [8.6.6](https://github.com/camunda/camunda-8-js-sdk/compare/v8.6.5...v8.6.6) (2024-06-18)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ Calls to APIs can be authorized using basic auth or via OAuth - a token that is
|
|
|
67
67
|
|
|
68
68
|
### Disable Auth
|
|
69
69
|
|
|
70
|
-
To disable OAuth, set the environment variable `
|
|
70
|
+
To disable OAuth, set the environment variable `CAMUNDA_OAUTH_DISABLED=true`. You can use this when running against a minimal Zeebe broker in a development environment, for example.
|
|
71
71
|
|
|
72
72
|
### Basic Auth
|
|
73
73
|
|