Configure LDAP Admin Group at startup?

Greetings,
Using the Camunda Run distribution. Is it possible to start up Camunda Run with parameters or some config in the yaml file to indicate which LDAP group can administer Camunda through the web apps?

Hi @DGilmour22,

as Camunda Run is based on Spring-Boot, you can use all confuration options that spring-boot offers: Spring Boot Features

Yes, you can override each config entry with a parameter from the command line or an environment variable. Please have a look at the spring-boot documentation about the details.

Hope this helps, Ingo

1 Like