-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68211/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-2157
https://issues.apache.org/jira/browse/RANGER-2157
Repository: ranger
Description
-------
Adding NiFi Registry service. NiFi Registry is a sub-project of NiFi.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/store/EmbeddedServiceDefsUtil.java
5e74da85a
agents-common/src/main/resources/service-defs/ranger-servicedef-nifi-registry.json
PRE-CREATION
plugin-nifi-registry/.gitignore PRE-CREATION
plugin-nifi-registry/pom.xml PRE-CREATION
plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/RangerServiceNiFiRegistry.java
PRE-CREATION
plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/client/NiFiRegistryAuthType.java
PRE-CREATION
plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/client/NiFiRegistryClient.java
PRE-CREATION
plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/client/NiFiRegistryConfigs.java
PRE-CREATION
plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/client/NiFiRegistryConnectionMgr.java
PRE-CREATION
plugin-nifi-registry/src/test/java/org/apache/ranger/services/nifi/registry/client/TestNiFiRegistryClient.java
PRE-CREATION
plugin-nifi-registry/src/test/java/org/apache/ranger/services/nifi/registry/client/TestNiFiRegistryConnectionMgr.java
PRE-CREATION
plugin-nifi-registry/src/test/resources/resources-response.json PRE-CREATION
pom.xml 19a5e71b4
src/main/assembly/admin-web.xml d0f354520
Diff: https://reviews.apache.org/r/68211/diff/1/
Testing
-------
Tested on local machine.
In order to get NiFi Registry for integration tests, NiFi Registry needs to be
built manually as the change is not released at NiFi Registry project yet.
Please check [NiFi Registry Pull Request 131 for
NIFIREG-186](https://github.com/apache/nifi-registry/pull/131) to do so,
especially this
[README](https://github.com/apache/nifi-registry/blob/29239be99a5f6275060ecbdcb16ae9a8e7abef86/nifi-registry-extensions/nifi-registry-ranger-extension/README.md)
file should be a starting point.
Thanks,
[email protected] Koji