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

(cherry picked from commit 226c7f807d)
This commit is contained in:
Hugh A. Miles II
2023-07-02 23:48:48 -04:00
committed by Michael S. Molina
parent eb42fa7a2e
commit 1b41653d3b
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"],
}