GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/91
NIFIREG-119 Detect incorrect authorizers config
Adds stricter checks in AuthorizerFactory for unique ids within a
given type of provider and requires unique providers in composite
and composite-configurable user group providers. Failed validation
checks cause startup to fail. Adds test cases for these new rules.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-119
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/91.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #91
----
commit 3a9f08d61aac6a0e040c24aecf73bfd300ac19dd
Author: Kevin Doran <kdoran@...>
Date: 2018-01-18T18:28:33Z
NIFIREG-119 Detect incorrect authorizers config
Adds stricter checks in AuthorizerFactory for unique ids within a
given type of provider and requires unique providers in composite
and composite-configurable user group providers. Failed validation
checks cause startup to fail. Adds test cases for these new rules.
----
---