Skip to content

Commit

Permalink
docs(readme): sync
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanisierung committed Jun 12, 2024
1 parent 5c6c4b0 commit 02e5f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/camunda-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,11 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `global.identity.auth.webModeler.publicApiAudience` | defines the audience which is used by WebModeler's public API. | `web-modeler-public-api` |
| `global.identity.auth.webModeler.redirectUrl` | defines the root URL which is used by Keycloak to access WebModeler. | `http://localhost:8084` |
| `global.identity.auth.console` | configuration to configure Console authentication specifics on global level, which can be accessed by other sub-charts | |
| `global.identity.auth.console.clientId` | defines the client id, which is used by Console in authentication flows. | `console` |
| `global.identity.auth.console.audience` | defines the audience which is used by Console's client API. | `console-api` |
| `global.identity.auth.console.wellKnown` | defines the uri for the well known config which is used by Console (optional). | `https://well-known-uri` |
| `global.identity.auth.console.existingSecret` | can be used to use an own existing secret. If not set a random secret is generated. | `nil` |
| `global.identity.auth.console.redirectUrl` | defines the root URL which is used by Keycloak to access WebModeler. | `http://localhost:8080` |
| `global.identity.auth.console.audience` | can be used to Console audience in Identity. | `console-api` |
| `global.identity.auth.zeebe` | configuration to configure Zeebe authentication specifics on global level, which can be accessed by other sub-charts | |
| `global.identity.auth.zeebe.clientId` | defines the client id, which is used by Zeebe in authentication flows. | `zeebe` |
| `global.identity.auth.zeebe.existingSecret` | can be used to use an own existing secret. If not set a random secret is generated. | `nil` |
Expand Down

0 comments on commit 02e5f0b

Please sign in to comment.