This article describes how to connect Kadeck Teams and Kadeck Desktop to Amazon MSK.
Kadeck Desktop (and other local clients) are able to connect to Amazon MSK over the internet with the "public access" feature of AWS (
documentation,
announcement) or by using a third-party proxy. A list of recommended proxies can be found in the last section of this article.
Connect to Amazon MSK with Kadeck using IAM
To connect to Amazon MSK with Kadeck using IAM, create a new connection in Kadeck's connection overview page.
- Specify the address of your broker.
- Select SASL_SSL as the security protocol in the Security & Authentication section of the Broker Configuration tab.
- Enter the SASL JAAS Config string. This looks something like this:
software.amazon.msk.auth.iam.IAMLoginModule required awsProfileName="myProfile"; - Select AWS_MSK_IAM from the SASL mechanism drop-down box.
Amazon MSK Policies
Your user needs the permission to execute the following actions in Apache Kafka:
- ListTopics, DescribeTopics, ListConsumerGroups
Proxies for Amazon MSK
Since November 2021 (
AWS Announcement)
, it is possible to connect from the internet directly to Amazon MSK using the newly introduced "public access" feature:
Public Access on AWS Documentation
Additionaly, proxies can be used instead. This is a list of third-party proxies that allow local clients to connect to Amazon MSK over the internet.