camunda-community-hub / camunda-7-community-helm

Camunda public Kubernetes Helm repo and charts
Apache License 2.0
39 stars 38 forks source link

Enable basic auth for rest api from values.yaml #54

Closed sinannoureddine closed 1 year ago

sinannoureddine commented 1 year ago

How can i enable basic auth for the rest-api in the values.yaml file?

thecampagnards commented 1 year ago

The only solution I can see for you without building a new docker image and a new chart, is to use image.command https://github.com/camunda-community-hub/camunda-7-community-helm/blob/main/charts/camunda-bpm-platform/values.yaml#L22 to add a script that updates the WEB-INF.xml file and then make a ./camunda.sh. But I can't include clean functionality in the chart because the docker image doesn't accept scripts on startup.