[
https://issues.apache.org/jira/browse/NIFI-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487503#comment-15487503
]
ASF GitHub Bot commented on NIFI-2768:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/1014
Correct authorization when destination changes
NIFI-2768:
- Ensuring we correctly enforce authorization when the destination of a
connection changes. This includes source, destination, and parent process group.
- Ensuring the UI resetting accordingly when a request fails.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-2768
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1014.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 #1014
----
commit 0d82b9eb0a581963a9d3ca0fa1ef441db5100502
Author: Matt Gilman <[email protected]>
Date: 2016-09-13T15:22:03Z
NIFI-2768:
- Ensuring we correctly enforce authorization when the destination of a
connection changes. This includes source, destination, and parent process group.
- Ensuring the UI reseting accordingly when a request fails.
----
> Ensure WRITE permissions on parent process group when updating connection
> destination
> -------------------------------------------------------------------------------------
>
> Key: NIFI-2768
> URL: https://issues.apache.org/jira/browse/NIFI-2768
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Critical
> Fix For: 1.1.0
>
>
> When we create a connection, we ensure the user is authorized for the source,
> destination, and current process group. When directing a connection to a new
> destination, the check on the parent process group is not being enforced
> correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)