[
https://issues.apache.org/jira/browse/NIFI-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503677#comment-17503677
]
ASF subversion and git services commented on NIFI-9728:
-------------------------------------------------------
Commit 3219c105ebd6d3a648c84684b2cb78efe81da438 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3219c10 ]
NIFI-9728: Added support for User Assigned Managed Identity authentication for
Azure ADLS and Blob_v12 processors
Also bumped Azure dependencies.
Signed-off-by: Pierre Villard <[email protected]>
This closes #5846.
> Add support for Azure user-assigned Managed Identity
> ----------------------------------------------------
>
> Key: NIFI-9728
> URL: https://issues.apache.org/jira/browse/NIFI-9728
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Isha Lamboo
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The ADLSCredentialsControllerService has support for the Azure
> (system-assigned) managed identity, obtaining access tokens from the local
> Azure Instance Metadata service endpoint.
> Azure also supports user-assigned Managed Identities that are available
> through the same Metadata endpoint by specifying the correct ClientID.
> Currently if more than one Managed Identity is available, the Controller
> appears to obtain a token from one of them at random(?).
> The improvement would be to add a new property "Managed Identity ClientID"
> and if not empty, make the ADLSCredentialsControllerService obtain a token
> for that specific identity.
> If the NIFI-8278 is implemented, a new Authentication Type of "User-assigned
> Managed Identity" can control whether to use the ClientID property or obtain
> the system-assigned Managed Identity.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)