apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 980 forks source link

DRILL-8385: Add support for disabling SSL certificate verification in the Elasticsearch plugin #2795

Closed cgivre closed 1 year ago

cgivre commented 1 year ago

DRILL-8385: Add support for disabling SSL certificate verification in the Elasticsearch plugin

Description

Adds a config option to the ElasticSearch plugin, disableSSLVerification which disables SSL verification. Defaults to false.

Documentation

See above.

Testing

Updated unit tests.

cgivre commented 1 year ago

Note to reviewers, this PR will have no effect until CALCITE-5671 is merged.

cgivre commented 1 year ago

@jnturton Would you mind doing a review on this? The Calcite work is done and has been accepted and the PR is closed.

jnturton commented 1 year ago

Since Drill master is based on Calcite main this should be usable in master as soon as it's merged.