You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name of an existing secret key containing the database credentials
nil
web modeler:
key
explanation
default value
webModeler.restapi.externalDatabase
can be used to configure a connection to an external database; will only be applied if the postgresql dependency chart is disabled (with postgresql.enabled=false)
webModeler.restapi.externalDatabase.url
defines the JDBC url of the database instance
""
webModeler.restapi.externalDatabase.user
defines the database user
""
webModeler.restapi.externalDatabase.password
can be used to provide the database user's password; ignored if webModeler.restapi.externalDatabase.existingSecret is set
Describe the use case:
As infrastructure engineer, I have to configure multiple database connections as of now:
These database connections offer different properties:
Identity:
web modeler:
Describe the enhancement/feature:
Please provide a consistent set of keys:
Hint: For identity, host, port and database are simply condatinated...
https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform-latest/templates/identity/configmap.yaml#L272
Desired outcome and acceptance tests:
Both sections
identity.externalDatabase
ANDwebModeler.restapi.externalDatabase
should be configurable in the exact same way.The text was updated successfully, but these errors were encountered: