Mongey/terraform-provider-kafka

Add support for oauthbearer as the sasl mechanism

kmdlcp opened this issue · 6 comments

Oauthbearer is one of the sasl mechanisms supported by Kafka. It would be great if you also supported this.

If i make a pull request that supports this, will you be willing to approve it rather quickly? Assuming that you don't find problems with the PR?

If i make a pull request that supports this, will you be willing to approve it rather quickly? Assuming that you don't find problems with the PR?

If there's sufficient tests around it, yep

I made the PR:

#379

#384

update code to allow specifying aws profile

#384

update code to allow specifying aws profile

These are separate issues! This issue calls for generic OAuth support. Which i implemented in #379
The Aws is a specific OAuth, that should be handeled seperately.

Closing this issue as it has been complete with the merge of PR #379