GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/55
NIFIREG-70 Authorization Improvements
Improves to the Authorization framework and REST API:
- Initial NiFi Proxy Identities get (write, /proxy) + (read, /buckets)
- Adds a read-only summary of top-level resource access policies
to REST API Tenant class
- Moves /resources under /policies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-70
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/55.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 #55
----
commit e12d83b95c37cb8198f2beaf3e7ee17940b0b011
Author: Kevin Doran <[email protected]>
Date: 2017-12-13T15:32:58Z
NIFIREG-70 Authorization Improvements
Improves to the Authorization framework and REST API:
- Initial NiFi Proxy Identities get (write, /proxy) + (read, /buckets)
- Adds a read-only summary of top-level resource access policies
to REST API Tenant class
- Moves /resources under /policies
----
---