docs(self-managed): update docs due to removal of Web Modeler's webapp component#8453
Open
jfriedenstab wants to merge 1 commit intomainfrom
Open
docs(self-managed): update docs due to removal of Web Modeler's webapp component#8453jfriedenstab wants to merge 1 commit intomainfrom
jfriedenstab wants to merge 1 commit intomainfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
jfriedenstab
commented
Apr 1, 2026
Comment on lines
+150
to
151
| - name: WebModeler | ||
| id: webModelerWebApp |
Contributor
Author
There was a problem hiding this comment.
FYI: The id is hard-coded in Console and must not be changed; the name is now the same as in the Helm chart and Docker Compose configuration.
🔍 InfraEx Content DetectedThis PR modifies documentation pages owned or referenced by the Infrastructure Experience team. A review from @camunda/infraex-medic has been requested to ensure technical consistency. 📋 Watchlist matches
ℹ️ What to check
|
leiicamundi
reviewed
Apr 1, 2026
leiicamundi
added a commit
to camunda/camunda-deployment-references
that referenced
this pull request
Apr 1, 2026
The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453
jfriedenstab
commented
Apr 1, 2026
| | `SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI` | URL of the token issuer (used for JWT validation). | `https://keycloak.example.com/auth/realms/camunda-platform` | - | | ||
| | `SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI` | [optional] URL of the JWK Set endpoint (used for JWT validation). Only necessary if URL cannot be derived from the OIDC configuration endpoint. | `https://keycloak.example.com/auth/realms/camunda-platform/protocol/openid-connect/certs` | - | | ||
| | `SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWS_ALGORITHMS` | [optional] List of trusted JWS algorithms used for JWT validation. Only necessary if the algorithms cannot be derived from the JWK Set response. | `ES256` | - | | ||
| | `OAUTH2_CLIENT_ID` | Client ID of the Web Modeler application configured in Identity. | `web-modeler` | - | |
Contributor
Author
There was a problem hiding this comment.
I removed the sentence "must be set to web-modeler" for the OAUTH2_CLIENT_ID because it's not exactly correct (e.g. if you use Entra ID, the value will be a UUID).
leiicamundi
added a commit
to camunda/camunda-deployment-references
that referenced
this pull request
Apr 1, 2026
The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453
leiicamundi
added a commit
to camunda/camunda-deployment-references
that referenced
this pull request
Apr 1, 2026
The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453
leiicamundi
added a commit
to camunda/camunda-deployment-references
that referenced
this pull request
Apr 1, 2026
* fix: make webmodeler webapp component optional The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453 * fix: make webmodeler webapp component optional The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453 * fix: make webmodeler webapp component optional The webapp component has been removed from Web Modeler. - Remove webapp sections from helm values (no-domain, domain, mkcert, oidc) - Make port-forward conditional on service existence Ref: camunda/camunda-docs#8453
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update the Self-Managed documentation to reflect the removal of Web Modeler's
webappcomponent.First part of https://github.com/camunda/camunda-hub/issues/19456 (the migration guide and release notes still need to be updated).
When should this change go live?
bugorsupportlabel)available & undocumentedlabel)holdlabel)low priolabel)PR Checklist
{type}(scope): {description}commit message(s)/docsdirectory (version 8.9)./versioned_docsdirectory.@camunda/tech-writersunless working with an embedded writer.