David Handermann created NIFI-15948:
---------------------------------------
Summary: 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
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)