[
https://issues.apache.org/jira/browse/NIFI-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806922#comment-17806922
]
ASF subversion and git services commented on NIFI-8278:
-------------------------------------------------------
Commit e8783f33253b3897636d10b6d68af65bd90271c9 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e8783f3325 ]
NIFI-8278 Added Credentials Type to ADLSCredentialsControllerService
Used migrateProperties() for migrating old flows to the new property structure.
Moved common properties to AzureStorageUtils and also updated/consolidated some
property descriptions
This closes #8205
Signed-off-by: David Handermann <[email protected]>
> Add Credentials Type property to ADLSCredentialsControllerService
> -----------------------------------------------------------------
>
> Key: NIFI-8278
> URL: https://issues.apache.org/jira/browse/NIFI-8278
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {{ADLSCredentialsControllerService}} supports different authentication modes:
> Account Key, SAS Token, Managed Identity, Service Principal.
> All these modes have their own properties and the configuration is not really
> straightforward.
> Add new {{Authentication Type}} property with the enumerated values of
> authentication types. Use {{dependsOn()}} for the other properties in order
> to show only the relevant ones. Also support the current logic with default
> type AUTO for backward compatibility.
> Update:
> Add the feature only in NiFi 2.0. In that case, no AUTO option is needed for
> supporting the legacy configuration. The old-style config can be migrated
> using the new property migration feature (NIFI-12139).
> Use {{Credentials Type}} for the property name (common property with the
> existing {{AzureStorageCredentialsControllerService_v12}}).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)