Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

You run Kafka and Zookeeper with root permissions... Intended? #90

Open
ioah86 opened this issue Sep 18, 2018 · 0 comments
Open

You run Kafka and Zookeeper with root permissions... Intended? #90

ioah86 opened this issue Sep 18, 2018 · 0 comments

Comments

@ioah86
Copy link

ioah86 commented Sep 18, 2018

In general, it is not best practice to leave the user as root for Docker containers, since you buy yourself several security issues with that. I hope you are not running it like this in your production servers :-D

The solution is to set up a user in the Dockerfile and give it just the necessary permissions and then run Kafka/Zookeeper with these limited permissions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant