-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: Add SASL/SCRAM and IAM access control TCP ports for Kafka / MSK #254
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
Conversation
Signed-off-by: Dennis Hoppe <[email protected]>
|
@antonbabenko Thanks for all your awesome work maintaining these AWS modules. Glad we get to contribute! This PR is now ready for review |
|
I ran |
|
@aidanmelen I don't have permission to push to your fork but I wanted to commit changes after |
|
@antonbabenko I added you as a collaborator to my branch |
|
Great job, @aidanmelen @dhoppe ! It's time to merge and release :) |
## [4.13.0](v4.12.0...v4.13.0) (2022-08-23) ### Features * Add SASL/SCRAM and IAM access control TCP ports for Kafka / MSK ([#254](#254)) ([c254255](c254255))
|
This PR is included in version 4.13.0 🎉 |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Adding rules for all AWS MSK ports: https://docs.aws.amazon.com/msk/latest/developerguide/port-info.html
Completion of @dhoppe's PR
Closes #248
Fixes #244