[
https://issues.apache.org/jira/browse/NIFI-12151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770734#comment-17770734
]
ASF subversion and git services commented on NIFI-12151:
--------------------------------------------------------
Commit 8c5d85a28d48e190ca862fbc7e10f1a66a9e72e7 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8c5d85a28d ]
NIFI-12151 Fixed StandardPrivateKeyService fails due to missing
BouncyCastleProvider
This closes #7817
Signed-off-by: David Handermann <[email protected]>
> StandardPrivateKeyService fails due to missing BouncyCastleProvider
> -------------------------------------------------------------------
>
> Key: NIFI-12151
> URL: https://issues.apache.org/jira/browse/NIFI-12151
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Fix For: 1.latest, 2.latest
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {{StandardPrivateKeyService}} depends on {{BouncyCastleProvider}} but it does
> not register it or pass it to BC methods calls. The service was relying on
> other components registering BC. Like {{EncryptContent}} which was removed
> recently.
> {{StandardPrivateKeyService}} should handle {{BouncyCastleProvider}} on its
> own. It can be done via passing {{BouncyCastleProvider}} instance to the key
> decryptor classes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)