opensearch-project / sql-jdbc

This is the driver for JDBC connectivity to a cluster running with OpenSearch SQL support.
Apache License 2.0
14 stars 25 forks source link

Add new connection parameter `tunnelHost` to use with tunnel cunnection. #83

Closed Yury-Fridlyand closed 1 year ago

Yury-Fridlyand commented 1 year ago

Description

Similar to https://github.com/opensearch-project/sql-odbc/pull/42 this PR adds a new connection config parameter tunnelHost to be set when tunnel is used. image

TODOs

Issues Resolved

N/A

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.