Skip to content
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

Feature Request: Support AWS IAM Authentication #2102

Open
matiasgarciamarset opened this issue Jan 9, 2024 · 0 comments · May be fixed by #2103
Open

Feature Request: Support AWS IAM Authentication #2102

matiasgarciamarset opened this issue Jan 9, 2024 · 0 comments · May be fixed by #2103
Labels
functionality A feature request.

Comments

@matiasgarciamarset
Copy link

This library https://github.com/aws/aws-msk-iam-auth enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK).

Problem
Cruise-control does not support AWS IAM Authentication by default, returning this error "org.apache.kafka.common.config.ConfigException: Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.", forcing developers to re-compile the current code to include it.

Solution
Adding the aws library (https://github.com/aws/aws-msk-iam-auth) in the gradle imports should be enough

implementation "software.amazon.msk:aws-msk-iam-auth:2.0.2"
@matiasgarciamarset matiasgarciamarset linked a pull request Jan 9, 2024 that will close this issue
@CCisGG CCisGG added the functionality A feature request. label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functionality A feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants