Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/self-managed/deployment/helm/upgrade/helm-870-880.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Adjust your `values.yaml` for the 8.8 configuration changes, and double-check fo
| `postgresql` | Relocate to `webModelerPostgresql` |
| `zeebe` | Relocate to `orchestration` and use as a base for the new Orchestration Cluster Configuration.<br /><br />Note: You may consider increasing the `orchestration.resources` here, given the `orchestration` component will now include and serve all Orchestration Cluster components by default.<br /><br />Note: the type of `clusterSize`, `partitionCount` and `replicationFactor` changed from int to string. |
| **Global Identity keys** | |
| `global.identity.auth.connectors.*` | Relocate to `connectors.security.authentication.oidc.*` and set `connectors.security.authentication.method: oidc` |
| `global.identity.auth.zeebe.*` | Relocate to `orchestration.security.authentication.oidc.*` |
| `global.identity.auth.connectors.*` | Relocate to `connectors.security.authentication.oidc.*`. |
| `global.identity.auth.zeebe.*` | Relocate to `orchestration.security.authentication.oidc.*`. |
| `global.identity.auth.operate.audience` | Add the `audience` value to the list of `orchestration.security.authentication.oidc.` `backwardsCompatibleAudiences` if you want to keep clients for this audience operational and allow them to access the Orchestration Cluster API. |
| `global.identity.auth.operate` | Needs to be removed. |
| `global.identity.auth.tasklist.audience` | Add the `audience` value to the list of `orchestration.security.authentication.oidc.` `backwardsCompatibleAudiences` if you want to keep clients for this audience operational and allow them to access the Orchestration Cluster API. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Adjust your `values.yaml` for the 8.8 configuration changes, and double-check fo
| `postgresql` | Relocate to `webModelerPostgresql` |
| `zeebe` | Relocate to `orchestration` and use as a base for the new Orchestration Cluster Configuration.<br /><br />Note: You may consider increasing the `orchestration.resources` here, given the `orchestration` component will now include and serve all Orchestration Cluster components by default.<br /><br />Note: the type of `clusterSize`, `partitionCount` and `replicationFactor` changed from int to string. |
| **Global Identity keys** | |
| `global.identity.auth.connectors.*` | Relocate to `connectors.security.authentication.oidc.*` and set `connectors.security.authentication.method: oidc` |
| `global.identity.auth.zeebe.*` | Relocate to `orchestration.security.authentication.oidc.*` |
| `global.identity.auth.connectors.*` | Relocate to `connectors.security.authentication.oidc.*`. |
| `global.identity.auth.zeebe.*` | Relocate to `orchestration.security.authentication.oidc.*`. |
| `global.identity.auth.operate.audience` | Add the `audience` value to the list of `orchestration.security.authentication.oidc.` `backwardsCompatibleAudiences` if you want to keep clients for this audience operational and allow them to access the Orchestration Cluster API. |
| `global.identity.auth.operate` | Needs to be removed. |
| `global.identity.auth.tasklist.audience` | Add the `audience` value to the list of `orchestration.security.authentication.oidc.` `backwardsCompatibleAudiences` if you want to keep clients for this audience operational and allow them to access the Orchestration Cluster API. |
Expand Down
Loading