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 2016/07/20 19:29:20 UTC

[jira] [Commented] (NIFI-1876) Clustering - Merge all responses based on authorization

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

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

GitHub user jtstorck opened a pull request:

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

    NIFI-1876 Implements merging of responses to successful requests base…

    …d on authorization, returning the most restrictive response
    
    Added StandardHttpResponseMergerSpec for testing response merging
    Added Permissible interface
    Added nifi-api/controller/archive to ProcessGroupEndpointMerger
    Removed AbstractMultiEntityEndpoint.java, not used anymore
    Implemented reponse merging for GET requests where there are some successful and problematic responses, returning most restrictive one.
    Updated nf-settings.js with ControllerConfigurationEntity property rename from controllerConfiguration to component

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

    $ git pull https://github.com/jtstorck/nifi NIFI-1876

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

    https://github.com/apache/nifi/pull/694.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 #694
    
----
commit 6801e5501d45939487046e321895ff82cfd34362
Author: Jeff Storck <jt...@gmail.com>
Date:   2016-07-02T00:49:49Z

    NIFI-1876 Implements merging of responses to successful requests based on authorization, returning the most restrictive response
    Added StandardHttpResponseMergerSpec for testing response merging
    Added Permissible interface
    Added nifi-api/controller/archive to ProcessGroupEndpointMerger
    Removed AbstractMultiEntityEndpoint.java, not used anymore
    Implemented reponse merging for GET requests where there are some successful and problematic responses, returning most restrictive one.
    Updated nf-settings.js with ControllerConfigurationEntity property rename from controllerConfiguration to component

----


> Clustering - Merge all responses based on authorization
> -------------------------------------------------------
>
>                 Key: NIFI-1876
>                 URL: https://issues.apache.org/jira/browse/NIFI-1876
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework
>            Reporter: Matt Gilman
>            Assignee: Jeff Storck
>             Fix For: 1.0.0
>
>
> Each node in a cluster may have a different view of the authorization access policies simply to in the timing of updates. Because of this, all requests need to be merged accordingly.
> Requests are directed at a specific resource. These would result in some 403 responses.
> Some requests are contain a filtered view of a number of resources. These would need to be updated to return the most restrictive set of responses.



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