[
https://issues.apache.org/jira/browse/NIFIREG-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271572#comment-16271572
]
ASF GitHub Bot commented on NIFIREG-58:
---------------------------------------
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.
----
> Add permissions to authorizable resources, add configurable flag to tenants
> ---------------------------------------------------------------------------
>
> Key: NIFIREG-58
> URL: https://issues.apache.org/jira/browse/NIFIREG-58
> Project: NiFi Registry
> Issue Type: New Feature
> Reporter: Kevin Doran
> Assignee: Kevin Doran
>
> This feature has a few parts:
> # For authorizable resources, such as tenants and buckets and bucket items,
> add a permissions fields that indicates actions avaialbe to the current user
> such as read, write, delete.
> # Add and endpoint 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)