[
https://issues.apache.org/jira/browse/NIFI-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384240#comment-17384240
]
ASF subversion and git services commented on NIFI-8762:
-------------------------------------------------------
Commit 47eeabd8a5045d21bbcd0d2001bebac8344cec4c in nifi's branch
refs/heads/main from Denes Arvay
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=47eeabd ]
NIFI-8762 ADLSCredentialControllerService does not support EL for Storage
Account name
- Added FLOWFILE_ATTRIBUTES expression language support to the Storage Account
Name and
and also to the Storage Account Key property to be consistent with
AzureStorageCredentialsControllerService
- ADLSCredentialControllerService.ACCOUNT_KEY and
ADLSCredentialControllerService.SAS_TOKEN
PropertyDescriptor public constants are the same as
AzureStorageUtils.ACCOUNT_KEY and
AzureStorageUtils.PROP_SAS_TOKEN respectively, but they haven't been removed
to keep
backward compatibility.
NIFI-8762 Removed ADLSCredentialsControllerService.ACCOUNT_KEY and SAS_TOKEN
static fields
NIFI-8762 Add test for EL in Account Name and Account Key
Signed-off-by: Pierre Villard <[email protected]>
This closes #5229.
> ADLSCredentialControllerService does not support EL for Storage Account name
> ----------------------------------------------------------------------------
>
> Key: NIFI-8762
> URL: https://issues.apache.org/jira/browse/NIFI-8762
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Stan Antyufeev
> Assignee: Denes Arvay
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> The ADLSCredentialsContollerService does not support EL for Storage Account
> name.
> This support gives to Controller Service dynamically evaluates Storage
> account to make all operations list, read, write, delete where it uses SAS
> Token for authentication.
> The one of the use cases to support EL for Storage Account name is
> dynamically uses generated SAS Token and Storage account as part of user
> request to manipulate data on Azure Blob ADLS Gen2 Storage Account.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)