[
https://issues.apache.org/jira/browse/NIFI-15948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18081377#comment-18081377
]
ASF subversion and git services commented on NIFI-15948:
--------------------------------------------------------
Commit ee33ae84e9e24a218fa2090e13e71e7441c8c2df in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ee33ae84e9e ]
NIFI-15948 Switched HashiCorp Vault Client Service to SSLContextProvider
(#11257)
> Switch HashiCorp Vault Client Service to SSLContextProvider
> -----------------------------------------------------------
>
> Key: NIFI-15948
> URL: https://issues.apache.org/jira/browse/NIFI-15948
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{StandardHashiCorpVaultClientService}} should be refactored to use the
> {{SSLContextProvider}} interface instead of {{SSLContextService}} for
> configuring TLS communication with HashiCorp Vault servers.
> Following the pattern of other services, the {{SSLContextProvider}}
> Controller Service should be used to construct a Java {{SSLContext}}, which
> can be supplied to the HTTP client class for TLS communication. This approach
> enables to the use of additional {{SSLContextProvider}} implementations while
> maintaining support for existing {{SSLContextService}} Controller Services.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)