[
https://issues.apache.org/jira/browse/NIFI-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807468#comment-17807468
]
Peter Turcsanyi commented on NIFI-8278:
---------------------------------------
Thanks for the heads-up [~bbende]! Yes, it is due to
PROXY_CONFIGURATION_SERVICE because it is used by both the controller services
and the processors but I forgot about the latter and added dependsOn based on
the usage in the services. 'credentials-type' is a new property in the ADLS
service and it was never present on the processors. Just the
PROXY_CONFIGURATION_SERVICE property definition was shared. Will fix it in new
PR.
> 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
> Fix For: 2.0.0-M2
>
> 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)