Add support & test cases for Oracle Destination via SSH tunnels #5969
Labels
area/connectors
Connector related issues
connectors/destination/oracledb
connectors/destinations-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 Oracle destination. This will allow connecting to the destination from the different VPC.
Describe the solution you’d like
There are few main steps to accomplish this requirement:
Postgres destination 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.SshWrappeddestination
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 of adding SSH support to Postgres destination
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: