Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-7794

PutAzureBlobStorage doesn't work without permission to list containers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.12.0, 1.12.1
    • 1.13.0, 1.12.1
    • Extensions
    • All

    Description

      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:

      1. 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.
      2. 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.

      Attachments

        Issue Links

          Activity

            People

              pkelly.nifi Paul Kelly
              pkelly.nifi Paul Kelly
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m