You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/10/12 13:14:00 UTC

[jira] [Created] (NIFI-12218) Remove SecureHasher and SensitiveValueEncoder

David Handermann created NIFI-12218:
---------------------------------------

             Summary: Remove SecureHasher and SensitiveValueEncoder
                 Key: NIFI-12218
                 URL: https://issues.apache.org/jira/browse/NIFI-12218
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: David Handermann
            Assignee: David Handermann
             Fix For: 2.latest


Support for flow configuration in XML required a fingerprinting strategy that relied on hashing sensitive values for comparison. With the removal of support for flow.xml.gz persistence, the SensitiveValueEncoder interface and implementation are no longer required. The standard encoder implementation used the SecureHasher interface and implementations in nifi-security-utils, but these components have no other uses in the application. Both the encoder and hasher interface and implementations should be removed from the main branch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)