You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_identity and would implement the appropriate callbacks like sasl.oauthbearer.method: oidc does.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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_identity
and would implement the appropriate callbacks likesasl.oauthbearer.method: oidc
does.Beta Was this translation helpful? Give feedback.
All reactions