bbende opened a new pull request #5497:
URL: https://github.com/apache/nifi/pull/5497
To test this...
- Start NiFi Registry
- Create a few buckets
- Use NiFi CLI to upload at least one NAR to a bucket in registry, you'll
need to the UUID of the bucket
- `registry upload-bundle -b <uuid> -ebt nifi-nar -ebf <full-path-to-nar>`
- Configure nifi.properties with the following
-
nifi.nar.library.provider.nifi-registry.implementation=org.apache.nifi.registry.extension.NiFiRegistryNarProvider
- nifi.nar.library.provider.nifi-registry.url=http://localhost:18080
- Start nifi and verify that the NAR from registry gets downloaded to
./extensions
In a secure setup, all bundles from authorized buckets will be retrieved,
meaning if the NiFi server user does not have READ on a bucket in registry,
then it won't pull those, but generally the NiFi server user always has read on
all buckets.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]