Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-8503: Add Configuration Option to Skip Host Validation for Splunk #2927

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

cgivre
Copy link
Contributor

@cgivre cgivre commented Jul 24, 2024

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.

@cgivre cgivre requested a review from jnturton July 24, 2024 13:21
@cgivre cgivre self-assigned this Jul 24, 2024
@cgivre cgivre added enhancement PRs that add a new functionality to Drill dependencies doc-impacting PRs that affect the documentation labels Jul 24, 2024
@cgivre cgivre merged commit ac98f34 into apache:master Jul 24, 2024
8 checks passed
@cgivre cgivre deleted the splunk_to_1.9.5 branch July 24, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies doc-impacting PRs that affect the documentation enhancement PRs that add a new functionality to Drill
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants