[
https://issues.apache.org/jira/browse/NIFI-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158691#comment-16158691
]
ASF GitHub Bot commented on NIFI-4280:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2135
NIFI-4280: Introduce UI for managing variables
NIFI-4280:
- Adding support for the user to configure variables in the UI.
- Updating the endpoints for changing variables as necessary.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4280
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2135.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 #2135
----
commit f277579139c2b967bc6be2ddc08c9624b1942310
Author: Matt Gilman <[email protected]>
Date: 2017-08-17T20:51:23Z
NIFI-4280:
- Adding support for the user to configure variables in the UI.
- Updating the endpoints for changing variables as necessary.
----
> UI - Support configuring variables at a Process Group level
> -----------------------------------------------------------
>
> Key: NIFI-4280
> URL: https://issues.apache.org/jira/browse/NIFI-4280
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core UI
> Reporter: Matt Gilman
> Assignee: Matt Gilman
>
> Add support for configuring variables at a Process Group level. Variables,
> like Controller Services, are scoped by the group they are defined in and are
> available to any Processor defined there and below (ie and descendant
> Processors). Variables in a descendant group can override the value in a
> parent group. Variable permissions will be based solely on the corresponding
> Process Group.
> Because variables are specified in EL, there is no controlling access to them
> like Controller Services which can be restricted using the combo selector.
> Because of this, variables should not be used for sensitive values.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)