@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.