-
Notifications
You must be signed in to change notification settings - Fork 142
[ENHANCEMENT] create a database key for external psql db for webmodeler restapi #3408
Copy link
Copy link
Closed
Copy link
Labels
good first issueGood for newcomersGood for newcomerskind/feature-requestNew or improved behavior (features and enhancements)New or improved behavior (features and enhancements)version/8.7Camunda applications/cycle versionCamunda applications/cycle versionversion/8.8Camunda applications/cycle versionCamunda applications/cycle versionversion:12.3.0Issues and PRs related to chart version 12.3.0Issues and PRs related to chart version 12.3.0version:13.0.0-alpha6Issues and PRs related to chart version 13.0.0-alpha6Issues and PRs related to chart version 13.0.0-alpha6
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/feature-requestNew or improved behavior (features and enhancements)New or improved behavior (features and enhancements)version/8.7Camunda applications/cycle versionCamunda applications/cycle versionversion/8.8Camunda applications/cycle versionCamunda applications/cycle versionversion:12.3.0Issues and PRs related to chart version 12.3.0Issues and PRs related to chart version 12.3.0version:13.0.0-alpha6Issues and PRs related to chart version 13.0.0-alpha6Issues and PRs related to chart version 13.0.0-alpha6
Type
Fields
Give feedbackUrgency
None yet
Describe the use case:
Currently, it is possible to define the database in the external psql instance for identity and keycloak:
identity.externalDatabase.databaseidentityKeycloak.externalDatabase.databaseBut it is not possible to define the database for web-modeler rest API. It would be nice to have an entry like this so customers can comfortably use one existing psql instance with multiple DBs inside.
the web-modeler rest API expects you to have created the
web-modelerdatabase first before installing the Helm chart, and there is no way to give a different name.Desired outcome and acceptance tests:
Having an entry in the values.yaml like this would be sufficient:
webModeler.restapi.externalDatabase.databasePR: #3614