-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for AWS MSK IAM #275
base: master
Are you sure you want to change the base?
Conversation
Hi there! |
@mbartusiak Hi, |
@manee2k6 |
@mbartusiak It would be great if you can help me with the steps, i am trying to make changes in code, which is causing issue. |
I've followed these steps using the sourcecode of this PR:
I didn't specify the truststore because I read here https://aws.amazon.com/blogs/big-data/securing-apache-kafka-is-easy-and-familiar-with-iam-access-control-for-amazon-msk/
Any ideas? Must these props set?
Even if set, same error |
any update on this? would be nice to see |
Any update on this? |
any progress on this auth mechanism, this capability would be highly appreciated |
Any updates... Waiting eagerly for this feature. |
If you contribute a solution, we will review and merge it in the coming months. At the moment, we are even too busy to do such a review. |
AWS announced support for a new SASL mechanism called AWS_MSK_IAM which enables to handle both authentication and authorisation with AWS IAM. I added the dependency on aws-msk-iam-auth to enable support for that mechanism.
More on that:
https://aws.amazon.com/blogs/big-data/securing-apache-kafka-is-easy-and-familiar-with-iam-access-control-for-amazon-msk/