danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.18k stars 610 forks source link

Add support for authentication with AWS MSK via IAM #415

Open errm opened 10 months ago

errm commented 10 months ago

Amazon Managed Streaming for Apache Kafka (MSK) includes support for authenticating with kafka via IAM.

AWS recently provided a go libary to make this quite simple to impliment in applications using sarama - https://github.com/aws/aws-msk-iam-sasl-signer-go

This makes managing credentials much simpler for users of MSK as setting up (and maintaining) SCRAM crednetials is a bit more effort.

dverzolla commented 1 month ago

LGTM