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/25 20:52:20 UTC

[jira] [Commented] (NIFI-2346) Add resource for authorizing all data access

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

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

GitHub user mcgilman opened a pull request:

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

    Introduce data resource for authorizing Provenance and Queue interactions

    NIFI-2346:
    - Introducing data resource for authorizing provenance events and queue listing.
    - Authorizing entire proxy chain for data resource and data transfer resource.
    
    NIFI-2338:
    - Ensuring that replay authorization only happens once.
    
    - Allowing users with access to policies for a component to be able to access all policies for that component.
    -- Includes the component, data, data transfers, and policies.
    - Fixing drop request completion to update the correct queued field.
    - Fixing access control check for listing and emptying queues.
    - Reseting selected policy when re-opening the policy management page.
    - Fixing button/link visibility for available actions in policy management page.
    - Fixing policy issues with policy removal when the underlying component is deleted.

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

    $ git pull https://github.com/mcgilman/nifi NIFI-2346

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

    https://github.com/apache/nifi/pull/720.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 #720
    
----
commit fe7213f7264cd5a97dc78ca1cbbb947f0ed3506f
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-07-25T20:47:22Z

    NIFI-2346:
    - Introducing data resource for authorizing provenance events and queue listing.
    - Authorizing entire proxy chain for data resource and data transfer resource.
    NIFI-2338:
    - Ensuring that replay authorization only happens once.
    
    - Allowing users with access to policies for a component to be able to access all policies for that component.
    -- Includes the component, data, data transfers, and policies.
    - Fixing drop request completion to update the correct queued field.
    - Fixing access control check for listing and emptying queues.
    - Reseting selected policy when re-opening the policy management page.
    - Fixing button/link visibility for available actions in policy management page.
    - Fixing policy issues with policy removal when the underlying component is deleted.

----


> Add resource for authorizing all data access
> --------------------------------------------
>
>                 Key: NIFI-2346
>                 URL: https://issues.apache.org/jira/browse/NIFI-2346
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework, Core UI
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> - Data resource should be used to authorize the provenance events and flow files during queues.
> - Data resource (and data transfer resource) requires entire proxy chain authorization.
> - Flow file queue will be driven by the source of the connection.



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