fix: SSH Tunnel creation with dynamic form (#24196)

This commit is contained in:
Hugh A. Miles II
2023-07-02 23:48:48 -04:00
committed by GitHub
parent 946aacc12e
commit 226c7f807d
11 changed files with 188 additions and 127 deletions

View File

@@ -512,6 +512,10 @@ def test_base_parameters_mixin():
"description": "Additional parameters",
"additionalProperties": {},
},
"ssh": {
"description": "Use an ssh tunnel connection to the database",
"type": "boolean",
},
},
"required": ["database", "host", "port", "username"],
}