Skip to content

Commit

Permalink
source-*-batch: Update spec snapshot (SSH tunnel)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdonnelly committed Dec 6, 2024
1 parent f3eea14 commit bb360d7
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
32 changes: 32 additions & 0 deletions source-mysql-batch/.snapshots/TestSpec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 32 additions & 0 deletions source-postgres-batch/.snapshots/TestSpec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 32 additions & 0 deletions source-redshift-batch/.snapshots/TestSpec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb360d7

Please sign in to comment.