GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/52
NIFIREG-64 Updates Policy Authorization Behavior
NIFIREG-64 Updates Policy Authorization Behavior
- Changes authorization to /policies to be based on /polices resource
- Changes per-bucket policies to inherit from base /buckets policy
- Cleans up framework classes related to Authorization
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-64
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/52.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 #52
----
commit 38af7b4a8273444df07677a4430171793330d2e2
Author: Kevin Doran <[email protected]>
Date: 2017-12-11T17:02:23Z
NIFIREG-64 Updates Policy Authorization Behavior
- Changes authorization to /policies to be based on /polices resource
- Changes per-bucket policies to inherit from base /buckets policy
- Cleans up framework classes related to Authorization
----
---