[ 
https://issues.apache.org/jira/browse/NIFI-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17096983#comment-17096983
 ] 

ASF subversion and git services commented on NIFI-6149:
-------------------------------------------------------

Commit aa1e272052e0c271458ee458a79a1fecbc7f7376 in nifi's branch 
refs/heads/master from sjyang18
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aa1e272 ]

NIFI-6149: Azure EventHub Managed identities support patch

review changes
additional review changes
NIFI-6149: typo fixes

This closes #4226.

Signed-off-by: Peter Turcsanyi <[email protected]>


> Azure EventHub Managed identities integration
> ---------------------------------------------
>
>                 Key: NIFI-6149
>                 URL: https://issues.apache.org/jira/browse/NIFI-6149
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Extensions
>    Affects Versions: 1.8.0, 1.9.0
>            Reporter: Sunile Manjee
>            Assignee: Seokwon Yang
>            Priority: Major
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Currently all event hub processors seem to use [Shared Access Signature 
> (SAS)|https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-sas]tokens.
>   A emerging pattern (might be the dominate pattern) is to integrate with 
> [Managed identities for Azure 
> resources|https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview].
>   Instead of NiFi using the Shared Access Token (SAS) token provider, NiFi 
> should create a token provider for the managed identity with the following 
> call:
>  
> {{TokenProvider.CreateManagedServiceIdentityTokenProvider(ServiceAudience.EventHubAudience)}}call.
> As such, there are no secrets to save and use.
>  
> _Some of the above text copied from azure, giving azure docs proper credit._
>  
> Code examples and full details on how applications (like NiFi) would 
> integrate with Azure Managed Identities (Azure Active Directory).
> https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-managed-service-identity
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to