logstash-plugins / logstash-input-azure_event_hubs

Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18 stars 28 forks source link

Enable OAUTH 2.0 #74

Open canix1 opened 2 years ago

canix1 commented 2 years ago

To improve security it would be great if it would be possible to use an AAD app id and/or AAD managed identity using OAUTH 2.0 . Sample code for Java can be found here: https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth/java/appsecret

assadiabira commented 1 year ago

Hello, following the discussion on ELK case #01373865 and like canix1 said, we need to use Azure AD authentication via Managed indentity or Service principal for group security reasons. we'd like to modify the input part of Logstash so that it can connect to Azure AD instead of using hard credentials.
Do you know when this kind of connect will be available and if exist a module that we can use for that. Thanks Assa Diabira