Skip to content

Commit d5a85bf

Browse files
committed
upadte connector for mTLS
1 parent 157117b commit d5a85bf

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

python-connectors/api-connect_dataset/connector.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,27 @@
238238
"visibilityCondition": "model.auth_type!='secure_oauth' && model.auth_type!='secure_basic'",
239239
"defaultValue": false
240240
},
241+
{
242+
"name": "use_mtls",
243+
"label": " ",
244+
"description": "Use mTLS",
245+
"type": "BOOLEAN",
246+
"defaultValue": false
247+
},
248+
{
249+
"name": "mtls_certificate_path",
250+
"label": "Path to certificate",
251+
"description": "",
252+
"type": "STRING",
253+
"visibilityCondition": "model.use_mtls==true"
254+
},
255+
{
256+
"name": "mtls_key_path",
257+
"label": "Path to key",
258+
"description": "",
259+
"type": "STRING",
260+
"visibilityCondition": "model.use_mtls==true"
261+
},
241262
{
242263
"name": "redirect_auth_header",
243264
"label": " ",

0 commit comments

Comments
 (0)