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

ASF GitHub Bot commented on NIFI-1916:
--------------------------------------

GitHub user bbende opened a pull request:

    https://github.com/apache/nifi/pull/473

    NIFI-1916 Updating FileAuthorizer to extend AbstractPolicyBasedAuthor…

    …izer and adding intial loading of data users, groups, and policies
    
    - Implementing CRUD operations and unit tests for Users
    - Implementing CRUD operations and unit tests for Groups
    - Implementing CRUD operations and unit tests for AccessPolicies
    - Adding support for seeding with an initial admin user
    - Fixing delete for user and group so it removes references from policies
    - Adding example to authorizations.xml

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bbende/nifi NIFI-1916

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/473.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 #473
    
----
commit 8fd48116d89362f8256c85f0981571ae6cf9612b
Author: Bryan Bende <[email protected]>
Date:   2016-05-25T17:22:05Z

    NIFI-1916 Updating FileAuthorizer to extend AbstractPolicyBasedAuthorizer 
and adding intial loading of data users, groups, and policies
    - Implementing CRUD operations and unit tests for Users
    - Implementing CRUD operations and unit tests for Groups
    - Implementing CRUD operations and unit tests for AccessPolicies
    - Adding support for seeding with an initial admin user
    - Fixing delete for user and group so it removes references from policies
    - Adding example to authorizations.xml

----


> Make File Based Authorizer implement new User, Group, Policy API
> ----------------------------------------------------------------
>
>                 Key: NIFI-1916
>                 URL: https://issues.apache.org/jira/browse/NIFI-1916
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>             Fix For: 1.0.0
>
>
> This ticket is a sub-task of NIFI-1550 which is the larger effort to refactor 
> NiFi's authorization API.
> This ticket specifically is to update the FileAuthorizer introduced on 
> master, to now extend from AbstractPolicyBasedAuthorizer and implement all of 
> the CRUD operations for Users, Groups, and Policies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to