devshawn / kafka-gitops

šŸš€Manage Apache Kafka topics and generate ACLs through a desired state file.

Home Page:https://devshawn.github.io/kafka-gitops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: get connection config from file

gquintana opened this issue Ā· 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.