Other possibilities to enable REST API authentication

Hello,

we use the Pre-Build-Distribution of Camunda 7 in a Wildfly, together with the REST Api deployment. On this page of the documentation (Configure Authentication | docs.camunda.org) is explained how to enable the authentication for the REST Api and that it is disabled by default.

In the pre-built distributions, the engine authentication is switched off by default. You may have a look at the distribution’s web.xml file and remove the comment markers from the above mentioned filter declaration to activate authentication.

So we have to unpack the war file, change the content of the xml file and repack the war file. Because we aim for an automated installation, this is a quite ugly solution. But for manual installation its also very annoying.
Is there an alternative to editing the War file? Maybe a configuration that can be done in the Wildflys standalone.xml?

Thank you in advance,
Jonas

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.