dig-etl-engine icon indicating copy to clipboard operation
dig-etl-engine copied to clipboard

Issues with SELinux

Open AkashiyaWolf opened this issue 5 years ago • 1 comments

We're trying to run this on CentOS7 with SELinux enabled. If I change SELinux in to permissive mode, the swarm comes up, but if it is in enforcing mode, dig_kafka exits with a code 1. ":Z" works when mounting a volume from the command line, but doesn't seem to work when I add it to the end of the volumes in the yml files. We are running in a restrictive environment and MUST have SELinux in enforcing mode. Any ideas on how to get them to play nice with eachother?

AkashiyaWolf avatar Feb 25 '20 22:02 AkashiyaWolf

Hi @AkashiyaWolf

This looks like a kafka issue. We have never tested with SELinux enforced.

Your issue looks similar to this -https://github.com/wurstmeister/kafka-docker/issues/30

You can try to replace this kafka docker image with another.

Thanks,

saggu avatar Feb 25 '20 23:02 saggu