[
https://issues.apache.org/jira/browse/DRILL-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868366#comment-17868366
]
ASF GitHub Bot commented on DRILL-8503:
---------------------------------------
cgivre opened a new pull request, #2927:
URL: https://github.com/apache/drill/pull/2927
# [DRILL-8503](https://issues.apache.org/jira/browse/DRILL-8503): Add
Configuration Option to Skip Host Validation for Splunk
## Description
in corporate installations, sometimes the organization will use self-signed
certificates which can cause problems. This PR adds an option to bypass host
validation for SSL connections in Splunk. The "correct" way to fix this would
be to provide better SSL information, to include the certificate in the Splunk
connection, however, Splunk's SDK does not allow for this and there are several
open issues and PRs relating to this.
This PR also bumps the Splunk SDK version to the latest version which is
1.9.5.
## Documentation
An additional configuration option: `validateHostnames` has been added to
the Splunk configuration. I updated the README.md file with this information
and will be updating the documentation once this has been merged.
## Testing
Ran existing unit tests and tested manually.
> Add Configuration Option to Skip Host Validation for Splunk
> -----------------------------------------------------------
>
> Key: DRILL-8503
> URL: https://issues.apache.org/jira/browse/DRILL-8503
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Splunk
> Affects Versions: 1.21.2
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 1.22.0
>
>
> This PR adds an option to skip host validation for SSL connections to Splunk.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)