You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/06 15:25:11 UTC

[jira] [Commented] (NIFI-2171) Remove User side of user-group relationship

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

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

GitHub user bbende opened a pull request:

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

    NIFI-2171 Removing list of groups from User

    - Making FileAuthorizer not update the resource or action when updating an AccessPolicy
    - Adding corresponding READ policies during initial seeding and legacy conversions
    - Adding checks to FileAuthorizer to ensure only one policy per resource-action
    - Removing merging of policies on legacy conversion since we have one action per policy now

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

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

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

    https://github.com/apache/nifi/pull/608.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 #608
    
----
commit 91a32613be4f1f62e663a21c91763b3446fcbdf5
Author: Bryan Bende <bb...@apache.org>
Date:   2016-07-05T20:16:08Z

    NIFI-2171 Removing list of groups from User
    - Making FileAuthorizer not update the resource or action when updating an AccessPolicy
    - Adding corresponding READ policies during initial seeding and legacy conversions
    - Adding checks to FileAuthorizer to ensure only one policy per resource-action
    - Removing merging of policies on legacy conversion since we have one action per policy now

----


> Remove User side of user-group relationship
> -------------------------------------------
>
>                 Key: NIFI-2171
>                 URL: https://issues.apache.org/jira/browse/NIFI-2171
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Currently the FileAuthorizer is supporting managing the user-group relationship from both sides of the objects. After working on the UI & REST end-points it was realized that we should manage this relationship from the Group side, and remove the management from the User side.



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