otoroshi icon indicating copy to clipboard operation
otoroshi copied to clipboard

Kafka exporter - SASL Authentication

Open notanops opened this issue 3 years ago • 1 comments

Hi,

Currently, keystore/truststore is the only authentication method for the kafka exporter. Many providers use SASL (password based authentication with TLS/SSL encryption).

Can you please add to the roadmap SASL/PLAIN auth for kafka exporter ?

Ty ! 👋

notanops avatar Jul 27 '22 13:07 notanops

  • [x] support PLAINTEXT
  • [x] support SASL_PLAINTEXT
    • [x] support mechanisms:
      • [x] PLAIN
      • [x] SCRAM-SHA-256
      • [x] SCRAM-SHA-512
  • [x] support SASL_SSL
    • [x] support mechanisms:
      • [ ] ~GSSAPI (Kerberos)~
      • [x] PLAIN
      • [x] SCRAM-SHA-256
      • [x] SCRAM-SHA-512
  • [x] support SSL with keystore/truststore
  • [x] add try it component to check the connection with kafka without needs to wait the first publication
  • [x] documentation + examples

Zwiterrion avatar Aug 09 '22 13:08 Zwiterrion

#1231

Zwiterrion avatar Aug 11 '22 13:08 Zwiterrion