Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
A lot of classes in the NiFi framework use `PropertyEncryptor` and a sometimes there is a lot of these `PropertyEncryptors present. One example is XmlFlowSynchronizer. It has a `PropertyEncryptor` variable in the class, and the `sync` function takes in a `FlowController` which has a `PropertyEncryptor`, and the function itself takes a `PropertyEncryptor.` This issue aims to provide a clean up effort.
Attachments
Issue Links
- is required by
-
NIFI-9965 Refactor encryption and decryption of sensitive flow properties
- Open
- links to
Commit 2161d0fe9c2c91e424507779d46983aea142b2e0 in nifi's branch refs/heads/main from Emilio Setiadarma
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2161d0fe9c ]
NIFI-10104Refactored usage of PropertyEncryptorThis closes #6119
Signed-off-by: David Handermann <exceptionfactory@apache.org>