We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157117b commit d5a85bfCopy full SHA for d5a85bf
1 file changed
python-connectors/api-connect_dataset/connector.json
@@ -238,6 +238,27 @@
238
"visibilityCondition": "model.auth_type!='secure_oauth' && model.auth_type!='secure_basic'",
239
"defaultValue": false
240
},
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
259
260
261
262
{
263
"name": "redirect_auth_header",
264
"label": " ",
0 commit comments