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 <bbe...@apache.org>
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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to