awslabs / data-solutions-framework-on-aws

An open-source framework that simplifies implementation of data solutions.
https://awslabs.github.io/data-solutions-framework-on-aws/
Apache License 2.0
105 stars 14 forks source link

feat: Add IAM as Authentication method when creating ACL with kafka api #655

Closed armaseg closed 3 weeks ago

armaseg commented 1 month ago

Issue #, if available:

Description of changes:

Added dtails in contributing, Added customResourceAuthentication to the ACL in order to be able to chose the authentication method of the CR (MTLS or clientAuthentication by default), moved acl and topic crud to a shared folder, Added MSK version 3.6.0

Checklist

* [x ] Update tests * [ x] Update docs * [x ] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) (`fix: `, `feat: `, `docs: `, ...) ## Breaking change checklist

RFC issue #:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.