ROR 1.40.0 / 1.41.0 URL rewriting issue

@coutoPL
We set xpack.security.enabled to false and readonlyrest.enabled to true using environment variables at the bottom of our extended Dockerfile like so:

ENV xpack.security.enabled=false
ENV readonlyrest.enable=true

The environment variables override anything the ECK operator does, they take precedence over everything.

@Dzuming Thanks, if any info is needed I’d be happy to supply it.

2 Likes