GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/43
NIFIREG-58 Add current user permissions
For authorizable resources, such as tenants and buckets and bucket items,
add a permissions fields that indicates actions available to the current user
such as read, write, delete.
Add a /registry/current-user endpoint to the Web API that shows the
available action to top level resources, such as /buckets, /tenants, and
/policies.
Add a configurable flag to tenants indicating if they are configurable or
read-only based on the Authorizer & UserGroupProvider that is managing them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-58
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/43.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 #43
----
commit 77e55072e4e47c72f7aaf9159cec780f58c53dd2
Author: Kevin Doran <[email protected]>
Date: 2017-11-29T20:47:49Z
NIFIREG-58 Add current user permissions
For authorizable resources, such as tenants and buckets and bucket
items, add a permissions fields that indicates actions available to the
current user such as read, write, delete.
Add a /registry/current-user endpoint to the Web API that shows the
available action to top level resources, such as /buckets, /tenants,
and /policies.
Add a configurable flag to tenants indicating if they are configurable
or read-only based on the Authorizer & UserGroupProvider that is
managing them.
----
---