-
Notifications
You must be signed in to change notification settings - Fork 55
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
Internal error when using topicctl with MSK IAM auth #110
Comments
Same issue here. I'm using kafka 2.8.1 on AWS MSK |
Same issue here. I tried it on Kafka 2.8.1, 2.7.2, and 2.6.3. Got the error on all of them. Also tried other versions of |
I found that setting the |
That's crazy.... I set the environment variable and it indeed worked. Thanks for the help @ghotiphud Btw @ghotiphud did something led you to try this solution? |
After hunting through the other issues a bit, I ended up on this page: https://docs.aws.amazon.com/sdk-for-go/api/aws/session/ Started trying the Environment Variables listed there to see if maybe there was a config that didn't get passed to the underlying library. Apparently that was |
Seems like the fix might be passing the region from the cluster config yaml into the AWS session setup like:
|
Thanks @ghotiphud ! export AWS_REGION=us-west-2 |
Error:
cluster.yaml
From Cloudwatch:
Not sure what that would be, but I got https://github.com/provectus/kafka-ui working with the same cluster.
The text was updated successfully, but these errors were encountered: