Rest authentication in fargate

Hi, I’m trying to figure out to no avail how to turn rest engine authentication for a dockerized camunda running as a fargate task.

My best options so fare (both failures):

  1. find a docker image with authentication turned on
  2. create a COMMAND in task definition that downloads a web xml from the web and replaces it.

Is there any obvious concept that I am missing? Isn’t there a way to enable authentication from camunda’s web interface?