grepplabs / kafka-proxy

Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Apache License 2.0
501 stars 87 forks source link

Run the container as non-root #125

Closed antvick closed 1 year ago

antvick commented 1 year ago

Specify an unprivileged user to run kafka proxy. No need to run as the root user. Security fix.

antvick commented 1 year ago

@everesio - pls could you review?