mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 19:45:09 +00:00
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 <bbende@apache.org>