Skip to content

Configuration May Contain Secrets #32

Description

@joelbixbyrevel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions