You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/13 17:11:02 UTC

[jira] [Commented] (NIFIREG-70) Authorization Improvements

    [ https://issues.apache.org/jira/browse/NIFIREG-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289540#comment-16289540 ] 

ASF GitHub Bot commented on NIFIREG-70:
---------------------------------------

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 <kd...@gmail.com>
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

----


> Authorization Improvements
> --------------------------
>
>                 Key: NIFIREG-70
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-70
>             Project: NiFi Registry
>          Issue Type: Improvement
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>             Fix For: 0.0.1
>
>
> Make it easier to perform common actions through the following changes to the authorization framework:
> * Initial NiFi Proxy Identities should get (write, /proxy) + (read, /buckets)
> * Tenants should include read-only summary of top-level resource access policies, similar to the current user response
> * /resources can be moved under /policies, as it is always needed if /policies is granted to a users, and simplifies the REST API and backend as there is one fewer top level resource.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)