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
Is your feature request related to a problem? Please describe.
Azure EventHubs event source currently supports key-based authentication only. When deploying Azure EventHubs with local authentication disabled, which is a security best practice, there is no way to configure the event source to use Microsoft Entra Workload Identity. This event source should support service principal authentication similar to Azure ServiceBus event source
Is your feature request related to a problem? Please describe.
Azure EventHubs event source currently supports key-based authentication only. When deploying Azure EventHubs with local authentication disabled, which is a security best practice, there is no way to configure the event source to use Microsoft Entra Workload Identity. This event source should support service principal authentication similar to Azure ServiceBus event source
Describe the solution you'd like
The Azure EventHubs event source should be refactored to work similarly to Azure ServiceBus event source.
Describe alternatives you've considered
Alternative is to leave as-is and not support workload identity.
Additional context
As part of this refactoring, the SDK for event hubs needs to be updated from deprecated azure-event-hubs-go to current azure-sdk-for-go/sdk/messaging/azeventhubs.
Also wanted to note that I'd be happy to contribute a PR for this.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: