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

Add file-based versions of the --xxx-password options #118

Open douardda opened 2 years ago

douardda commented 2 years ago

eg. add an option --sasl-password-file, in addition to the --sasl-password, which would take a file as argument in which the actual password is stored.

This would allow better integration with docker swarm secrets (see https://docs.docker.com/engine/swarm/secrets/ )

Thanks