Authenticating with oauth azure managed identity #5063
Dimitris Theodorou (dtheodor)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to authenticate to eventhubs (kafka protocol) through azure managed identity, which is in general the recommended way to authenticate security-wise. This is possible to implement through custom oauth callback, but I'd rather not re-implement the callback in every language and librdkafka binding I need to support. Would this project consider supporting this authentication method directly? I would guess it would be added as the option
sasl.oauthbearer.method: azure_managed_identityand would implement the appropriate callbacks likesasl.oauthbearer.method: oidcdoes.Beta Was this translation helpful? Give feedback.
All reactions