You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Stijn IJzermans (Jira)" <ji...@apache.org> on 2020/07/25 21:28:00 UTC

[jira] [Comment Edited] (NIFI-7677) Upgrade Azure Storage API to latest (v12) to support extra SPP

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

Stijn IJzermans edited comment on NIFI-7677 at 7/25/20, 9:27 PM:
-----------------------------------------------------------------

Hi [~turcsanyip] ,

Thank you for your quick comment. Indeed this item is about upgrading to azure-storage-blob:12.x and azure-storage-queue:12.x.

I've tried to make an upgrade, by taking some inspiration from the azure-storage-file-datalake processor.
 I think from an end-user it's actually backwards compatible, but at source level there are indeed quite some changes. If you are interested or willing to review this specific change,
 I've set it up under a specific PR ([https://github.com/apache/nifi/pull/4430|https://github.com/apache/nifi/pull/4430/files])


was (Author: stijzermans):
Hi [~turcsanyip] ,

Thank you for your quick comment. Indeed this item is about upgrading to azure-storage-blob:12.x and azure-storage-queue:12.x.

I've tried to make an upgrade, by taking some inspiration from the azure-storage-file-datalake processor.
I think from an end-user it's actually backwards compatible, but at source level there are indeed quite some changes. If you are interested or willing to review this specific change,
I've set it up under a specific PR (https://github.com/apache/nifi/pull/4430/files)

> Upgrade Azure Storage API to latest (v12) to support extra SPP
> --------------------------------------------------------------
>
>                 Key: NIFI-7677
>                 URL: https://issues.apache.org/jira/browse/NIFI-7677
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.11.4
>            Reporter: Stijn IJzermans
>            Priority: Minor
>              Labels: azure, cloud, encryption, sensitive
>
> To enable support for extra types of SPP (service principal providers) when connecting to storage, we need to upgrade the Azure storage dependencies. This is required for the improvement referred in NIFI-6615 and related to epic 5481
> From version 12 onwards, the Azure storage SDK's support the identity objects, and hence we open up support for new types of authentication such as:
>  * ManagedIdentityCredential
>  * EnvironmentCredential
>  * ClientSecretCredential
>  * ClientCertificateCredential
> (Referred here: [https://docs.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable)] 



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