devshawn/kafka-gitops

Feature: get connection config from file

gquintana opened this issue · 0 comments

Reading Kafka connection config from environment variables is alright when using Docker.

But when running kafka-gitops without Docker (makes me sad), setting environment variables may reveal passwords to anyone being able to read /prod<pid>/environ

Being able to provide an admin.properties file containing Admin client settings would be very useful.