crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
27 stars 30 forks source link

Support SASL mechanism AWS_MSK_IAM for use with MSK #34

Closed kjellmartinfalk closed 2 years ago

kjellmartinfalk commented 2 years ago

What problem are you facing?

Would like to be able to use AWS IAM when authenticating against an MSK cluster.

How could Crossplane help solve your problem?

Users would be able to attach a role to the provider and therefor follow the same pattern that many other tools use when running in EKS.

I would be happy to make this contribution myself but can't find a contribution doc, so just let me know what approach you like.

stevendborrelli commented 2 years ago

Hello @mdhwk! Your contribution would be welcome.

Please follow the Crossplane Contribution guide: https://github.com/crossplane/crossplane/blob/master/CONTRIBUTING.md.

Also please ensure that all of your commits are signed using git commit -s.

kjellmartinfalk commented 2 years ago

Great, then I get started. Thanks for the link! @stevendborrelli

marshmallory commented 2 years ago

Closing. Resolved.