-
Notifications
You must be signed in to change notification settings - Fork 85
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
KafkaCtl with AWS MSK and IAM auth #152
KafkaCtl with AWS MSK and IAM auth #152
Comments
that is currently not possible. There is an open issue (and a related PR) in the kafka library we use: When something happens with that issue we can look into this again. Regards |
@d-rk The IBM/sarama issue is now closed. |
It should now be possible to implement this using: https://github.com/aws/aws-msk-iam-sasl-signer-go |
Hi @d-rk, apologies for the interruption. I've submitted a PR to implement a feature that eliminates the need for static ID/PWDs, making this tool even more useful for AWS MSK users: deviceinsight/kafkactl-plugins#1. Please take a look when you have a moment. Thank you! |
@d-rk I hope this message finds you well. If adding it upstream is challenging, no worries; since it’s a plugin, I can close the PR and offer it independently so that AWS MSK users can securely access their cluster in a keyless manner. Nonetheless, I would appreciate your thoughts on it. Thanks in advance for your time and feedback. |
Hey @KeisukeYamashita thank you for the PR. Regards, Dirk |
Hello,
I'd like to use KafkaCtl with AWS MSK. The MSK cluster is currently enabled with IAM auth only. Is there a way to enable kafkactl to use IAM SASL auth?
This configuration is working for the kafka java commands:
Thanks for your help!
The text was updated successfully, but these errors were encountered: