Hi there,
I’m using the docker container for camunda as provided on github. I tried turning on basic authentication for the REST API by taking following steps:
docker exec -it camunda bash
apt-get update
apt-get install vim
- Navigate to
/camunda/webapps/engine-rest/WEB-INF
and edit theweb.xml
by uncommenting the basic auth xml part - Restart the container
But now REST requests don’t require authentication. Did I miss something? Any help is much appreciated.
Best regards
Felix