diff --git a/source-mysql-batch/.snapshots/TestSpec b/source-mysql-batch/.snapshots/TestSpec index 529d7aef4a..bb9d3c26d1 100644 --- a/source-mysql-batch/.snapshots/TestSpec +++ b/source-mysql-batch/.snapshots/TestSpec @@ -47,6 +47,38 @@ "type": "object", "title": "Advanced Options", "description": "Options for advanced users. You should not typically need to modify these." + }, + "networkTunnel": { + "properties": { + "sshForwarding": { + "properties": { + "sshEndpoint": { + "type": "string", + "title": "SSH Endpoint", + "description": "Endpoint of the remote SSH server that supports tunneling (in the form of ssh://user@hostname[:port])", + "pattern": "^ssh://.+@.+$" + }, + "privateKey": { + "type": "string", + "title": "SSH Private Key", + "description": "Private key to connect to the remote SSH server.", + "multiline": true, + "secret": true + } + }, + "additionalProperties": false, + "type": "object", + "required": [ + "sshEndpoint", + "privateKey" + ], + "title": "SSH Forwarding" + } + }, + "additionalProperties": false, + "type": "object", + "title": "Network Tunnel", + "description": "Connect to your system through an SSH server that acts as a bastion host for your network." } }, "type": "object", diff --git a/source-postgres-batch/.snapshots/TestSpec b/source-postgres-batch/.snapshots/TestSpec index f538baec2d..a2473bae58 100644 --- a/source-postgres-batch/.snapshots/TestSpec +++ b/source-postgres-batch/.snapshots/TestSpec @@ -61,6 +61,38 @@ "type": "object", "title": "Advanced Options", "description": "Options for advanced users. You should not typically need to modify these." + }, + "networkTunnel": { + "properties": { + "sshForwarding": { + "properties": { + "sshEndpoint": { + "type": "string", + "title": "SSH Endpoint", + "description": "Endpoint of the remote SSH server that supports tunneling (in the form of ssh://user@hostname[:port])", + "pattern": "^ssh://.+@.+$" + }, + "privateKey": { + "type": "string", + "title": "SSH Private Key", + "description": "Private key to connect to the remote SSH server.", + "multiline": true, + "secret": true + } + }, + "additionalProperties": false, + "type": "object", + "required": [ + "sshEndpoint", + "privateKey" + ], + "title": "SSH Forwarding" + } + }, + "additionalProperties": false, + "type": "object", + "title": "Network Tunnel", + "description": "Connect to your system through an SSH server that acts as a bastion host for your network." } }, "type": "object", diff --git a/source-redshift-batch/.snapshots/TestSpec b/source-redshift-batch/.snapshots/TestSpec index 2b042c2539..1df36695fc 100644 --- a/source-redshift-batch/.snapshots/TestSpec +++ b/source-redshift-batch/.snapshots/TestSpec @@ -66,6 +66,38 @@ "type": "object", "title": "Advanced Options", "description": "Options for advanced users. You should not typically need to modify these." + }, + "networkTunnel": { + "properties": { + "sshForwarding": { + "properties": { + "sshEndpoint": { + "type": "string", + "title": "SSH Endpoint", + "description": "Endpoint of the remote SSH server that supports tunneling (in the form of ssh://user@hostname[:port])", + "pattern": "^ssh://.+@.+$" + }, + "privateKey": { + "type": "string", + "title": "SSH Private Key", + "description": "Private key to connect to the remote SSH server.", + "multiline": true, + "secret": true + } + }, + "additionalProperties": false, + "type": "object", + "required": [ + "sshEndpoint", + "privateKey" + ], + "title": "SSH Forwarding" + } + }, + "additionalProperties": false, + "type": "object", + "title": "Network Tunnel", + "description": "Connect to your system through an SSH server that acts as a bastion host for your network." } }, "type": "object",