-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for authentication with AWS MSK via IAM
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.
- Loading branch information
Showing
342 changed files
with
60,629 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.