[
https://issues.apache.org/jira/browse/NIFI-11161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694647#comment-17694647
]
ASF subversion and git services commented on NIFI-11161:
--------------------------------------------------------
Commit 977310584195a59401ef7472cf01a677be8cd465 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9773105841 ]
NIFI-11161 Simplified KeyedCipherPropertyEncryptor
- Replaced KeyedCipherProvider references with direct Cipher instantiation
This closes #6939
Signed-off-by: Paul Grey <[email protected]>
> Simplify Keyed Cipher Property Encryptor
> ----------------------------------------
>
> Key: NIFI-11161
> URL: https://issues.apache.org/jira/browse/NIFI-11161
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> The {{KeyedCipherPropertyEncryptor}} performs encryption and decryption of
> sensitive property values using a Secret Key and AES-GCM. The current
> implementation depends on the {{AESKeyedCipherProvider}} from
> {{{}nifi-security-utils{}}}. All instances of the Property Encryptor use the
> same AES-GCM Cipher Algorithm, so the arguments checks implemented in
> {{AESKeyedCipherProvider}} are not necessary for standard operation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)