Mark Payne created NIFI-9722:
--------------------------------
Summary: Cannot create a "ghost" processor if it references
non-sensitive parameters
Key: NIFI-9722
URL: https://issues.apache.org/jira/browse/NIFI-9722
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
I attempted to import a user's flow into my NiFi instance. The flow referenced
processors that are not part of the standard Apache NiFi build. I got an error
indicating that the flow couldn't be imported because a property is
non-sensitive but referenced a sensitive parameter.
This is problematic because for a "ghost" processor, all properties are
considered sensitive. We already have validation setup so that the component
becomes invalid in such a case. We should avoid throwing an Exception in the
{{verify}} method and instead just let the component be invalid.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)