Details
-
Improvement
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
1.11.4
-
None
Description
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 NIFI-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)