Skip to content

Commit

Permalink
added scope to properties (#4473)
Browse files Browse the repository at this point in the history
* added scope to properties

* Update getting-started.md

* backported to 8.5
  • Loading branch information
jonathanlukas authored Oct 17, 2024
1 parent dea0da6 commit 779936f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/apis-tools/spring-zeebe-sdk/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ camunda:
rest-address: http://localhost:8080
prefer-rest-over-grpc: false
audience: zeebe-api
scope: # optional
```
## Obtain the Zeebe client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Example of configuring the connection to a Self-Managed Zeebe cluster:
```properties
zeebe.client.cloud.clientId=your-client-id
zeebe.client.cloud.clientSecret=your-client-secret
zeebe.client.cloud.scope=your-scope # optional
zeebe.client.cloud.authUrl=http://localhost:18080/auth/realms/your-realm/protocol/openid-connect/token
zeebe.client.broker.grpcAddress=http://localhost:26500
zeebe.client.broker.restAddress=http://localhost:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ camunda:
rest-address: http://localhost:8080
prefer-rest-over-grpc: false
audience: zeebe-api
scope: # optional
```
## Obtain the Zeebe client
Expand Down

0 comments on commit 779936f

Please sign in to comment.