Add support & test cases for MSSQL Source via SSH tunnels #5966
Labels
area/connectors
Connector related issues
connectors/source/mssql
connectors/sources-database
lang/java
priority/high
High priority
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
We'd like to add support for SSH tunnels for the existing MSSQL source. This will allow connecting to the source from the different VPC.
Describe the solution you’d like
There are few main steps to accomplish this requirement:
Postgres Source ssh key creds
anddestination postgres test creds with sshkey
. If Terraform is slowing you down too much feel free to create one in the UI.SshWrappedSource
and check that additional SSH configuration properties are present on UIunit/integration/acceptance
testsDescribe the alternative you’ve considered or used
Depending on whether you are adding a source or a destination the impl is slightly different. See the instructions for how to add SSH support to a connector
Example PR of adding SSH support to the Postgres source
Note that this PR has way more logic in them than what you'll need to implement for a single connector because they add common helpers and shared libraries and docs
The text was updated successfully, but these errors were encountered: