[
https://issues.apache.org/jira/browse/NIFI-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17200376#comment-17200376
]
ASF subversion and git services commented on NIFI-7794:
-------------------------------------------------------
Commit 1fb8bc3acc2e422d8e335124864326dc1a976926 in nifi's branch
refs/heads/support/nifi-1.12.x from Paul Kelly
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1fb8bc3 ]
NIFI-7794 Adding a property to PutAzureStorageBlob to determine whether to
check the existence of a container and create it if necessary.
This closes #4535.
Signed-off-by: Joey Frazee <[email protected]>
> PutAzureBlobStorage doesn't work without permission to list containers
> ----------------------------------------------------------------------
>
> Key: NIFI-7794
> URL: https://issues.apache.org/jira/browse/NIFI-7794
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.12.0, 1.12.1
> Environment: All
> Reporter: Paul Kelly
> Assignee: Paul Kelly
> Priority: Major
> Labels: azureblob
> Fix For: 1.13.0, 1.12.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Due to the changes made for NIFI-6913, PutAzureBlobStorage no longer works
> without permission to list containers. This breaks some of our flows since
> we do not give permission to list containers to some of our users.
> Rather than checking that the container exists and trying to create it if it
> doesn't, one of these two methods seems like it might be better to
> automatically create containers since they can be done only when needed and
> permission is given:
> # Create a new boolean property for the PutAzureBlobStorage processor to
> determine if the container should be created if it doesn't exist. Only check
> to see if the container exists if this property is true.
> # Create a new processor named "CreateAzureBlobStorageContainer" and move
> the functionality for creating the container if it doesn't exist to this new
> processor.
> I'd be happy to contribute a pull request depending on what gets decided. I
> don't have a strong opinion either direction.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)