You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2016/07/27 16:31:33 UTC

[GitHub] nifi pull request #730: Ensuring component specific policies are retained wh...

GitHub user mcgilman opened a pull request:

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

    Ensuring component specific policies are retained when copying/pasting

    NIFI-2347:
    - Ensuring component specific policies are retained when using copy/paste.
    - This includes the policies for the component, data of the component, data transfers of the component, and policies of the component.

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

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

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

    https://github.com/apache/nifi/pull/730.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 #730
    
----
commit 834a0666ef2dfba49040f26d9fa0c3efa951e4a4
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-07-27T16:27:48Z

    NIFI-2347:
    - Ensuring component specific policies are retained when using copy/paste.
    - This includes the policies for the component, data of the component, data transfers of the component, and policies of the component.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi issue #730: Ensuring component specific policies are retained when copy...

Posted by JPercivall <gi...@git.apache.org>.
Github user JPercivall commented on the issue:

    https://github.com/apache/nifi/pull/730
  
    3 node secure cluster
    process group in root group called test
    have 3 processors in that group
        1: one that inherits them all
        2: one that was copied and pasted from the root group and has the "view data" property overridden but no one added
        3: one that overrides the inherited policy and added a user
    
    copy those three processors from the test group to the root group
    see 1 and 2 work fine. For 3, the overridden policy was removed entirely see screenshot:
    ![screen shot 2016-07-27 at 6 13 20 pm](https://cloud.githubusercontent.com/assets/11302527/17194510/562ec7a6-5426-11e6-90b8-ea2cc30e8134.png)
    
    and where it was copied from:
    ![screen shot 2016-07-27 at 6 20 22 pm](https://cloud.githubusercontent.com/assets/11302527/17194610/d405a492-5426-11e6-9887-14b78363237c.png)
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi pull request #730: Ensuring component specific policies are retained wh...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi issue #730: Ensuring component specific policies are retained when copy...

Posted by JPercivall <gi...@git.apache.org>.
Github user JPercivall commented on the issue:

    https://github.com/apache/nifi/pull/730
  
    Oh, also I rebased to the latest master when doing that test.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi issue #730: Ensuring component specific policies are retained when copy...

Posted by JPercivall <gi...@git.apache.org>.
Github user JPercivall commented on the issue:

    https://github.com/apache/nifi/pull/730
  
    +1
    
    Visually verified code, and did a contrib check. In a 3 node cluster and standalone did various tests with copying and pasting different components and all worked as expected. Thanks @mcgilman, I'll merge it in.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---