-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
User Story (Required on creation):
When running Camunda in a lot of different flavours (e.g. multi-tenant deployments; different business areas; production stages), it is of interest to style the webapplications differently depending on the environment. This can be achieved by extending config.js and the user styles css as described in https://docs.camunda.org/manual/latest/webapps/cockpit/extend/configuration/. However, since this approach requires repackaging of the application, it is hard to implement when the number of runtime environments is high and dynamic. In such cases, it would be easier to have a standard cockpit module (built once) and then deploy it multiple times and configure these settings at deployment time via Spring Boot application properties.
Functional Requirements (Required before implementation):
- At least the following configuration options can be configured via Spring Boot application properties
- Logo
- Application name + vendor (including reflecting this in the window title)
- Header border color