[
https://issues.apache.org/jira/browse/NIFI-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909385#comment-16909385
]
ASF subversion and git services commented on NIFI-6382:
-------------------------------------------------------
Commit bd8342c5e06e71846d1e5976bfe9de45690b974d in nifi's branch
refs/heads/master from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=bd8342c ]
NIFI-6382: On flow import and version change, create parameter context where
necessary and add parameters where necessary
NIFI-6382: Fixed bugs reported in code review: sensitive properties referencing
parameters should be exported to registry; when importing a versioned flow, any
new parameters should be added to the parameter context
NIFI-6382: Updated logic for handling parameter references with sensitive
properties when integrating with nifi registry
NIFI-6382: If user does not have permissions to READ a parameter context with a
given name when importing a flow or changing flow version, ensure that NiFi
properly generates an AccessDenied messages instead of throwing
NullPointerException
This closes #3642.
Signed-off-by: Bryan Bende <[email protected]>
> Ensure proper integration between NiFi & NiFi Registry with respect to
> Parameters
> ---------------------------------------------------------------------------------
>
> Key: NIFI-6382
> URL: https://issues.apache.org/jira/browse/NIFI-6382
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Need to ensure that flows saved to the Flow Registry have all Parameters also
> passed in, with the values (except for sensitive parameters, which should be
> defined but have no values). Need to ensure that when importing a flow, that
> the Parameter Context is able to be chosen, or a new one created. If a new
> one is created, it should be created with the values from registry. Also,
> need to ensure that when changing version that any Parameters in the 'new'
> version are also included in the Parameter Context (assuming adequate
> permissions to add them).
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)