You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/03/14 01:28:00 UTC

[jira] [Commented] (NIFI-10386) PutSplunkHTTP processor should support an SSLContextService property

    [ https://issues.apache.org/jira/browse/NIFI-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699894#comment-17699894 ] 

David Handermann commented on NIFI-10386:
-----------------------------------------

The current design of the Splunk [HttpService|https://github.com/splunk/splunk-sdk-java/blob/3e1cbf6df6d7b5732af44dd229ed85e924d090ae/splunk/src/main/java/com/splunk/HttpService.java#L552] does not lend itself to customizing the {{SSLContext}} or {{SSLSocketFactory}} for an individual Processor. Support for an {{SSL Context Service}} could be implemented as part of replacing the Splunk SDK HttpService with HTTP operations based on the NiFi {{WebClientService}} defined in {{nifi-web-client-api}}.

> PutSplunkHTTP processor should support an SSLContextService property
> --------------------------------------------------------------------
>
>                 Key: NIFI-10386
>                 URL: https://issues.apache.org/jira/browse/NIFI-10386
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Totally
>            Priority: Major
>
> The PutSplunkHTTP processor supports HTTPS, but unlike other processors that use SSL, it does not have an SSLContextService property to specify a truststore to use.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)