usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Issues with SELinux #281

Open AkashiyaWolf opened 4 years ago

AkashiyaWolf commented 4 years ago

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?

saggu commented 4 years ago

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,