Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- links to