You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/04/24 16:59:00 UTC

[jira] [Commented] (DRILL-8385) Add support for disabling SSL certificate verification in the Elasticsearch plugin

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

ASF GitHub Bot commented on DRILL-8385:
---------------------------------------

cgivre opened a new pull request, #2795:
URL: https://github.com/apache/drill/pull/2795

   # [DRILL-8385](https://issues.apache.org/jira/browse/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.




> Add support for disabling SSL certificate verification in the Elasticsearch plugin
> ----------------------------------------------------------------------------------
>
>                 Key: DRILL-8385
>                 URL: https://issues.apache.org/jira/browse/DRILL-8385
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - ElasticSearch
>    Affects Versions: 1.20.3
>            Reporter: James Turton
>            Assignee: Charles Givre
>            Priority: Minor
>             Fix For: Future
>
>
> In Calcite, provide a custom TrustManager that trusts every certificate to the ES RestClient builder in ElasticsearchSchemaFactory if a corresponding config option has been set by application code.
> In Drill, add a config option to the ES plugin allowing certificate verification to be toggled and pass it through to the Calcite option mentioned above.



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