Issue
For those using SASL authentication Kafka, current configuration file may contain authentication secrets.
"kafka": { //librdkafka kafka config, seen here: https://raw.githubusercontent.com/confluentinc/librdkafka/master/CONFIGURATION.md
"bootstrap.servers": "kafka:9092",
"queue.buffering.max.messages": 1000000,
"sasl.username": "MyUsername",
"sasl.password": "MyPassword"
},
Expectation
SASL credentials have a place in secure storage.
Issue
For those using SASL authentication Kafka, current configuration file may contain authentication secrets.
Expectation
SASL credentials have a place in secure storage.