We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecb1c9 commit 157117bCopy full SHA for 157117b
1 file changed
custom-recipes/api-connect/recipe.json
@@ -291,6 +291,27 @@
291
"visibilityCondition": "model.auth_type!='secure_oauth' && model.auth_type!='secure_basic'",
292
"defaultValue": false
293
},
294
+ {
295
+ "name": "use_mtls",
296
+ "label": "Use mTLS",
297
+ "description": "",
298
+ "type": "BOOLEAN",
299
+ "defaultValue": false
300
+ },
301
302
+ "name": "mtls_certificate_path",
303
+ "label": "Path to certificate",
304
305
+ "type": "STRING",
306
+ "visibilityCondition": "model.use_mtls==true"
307
308
309
+ "name": "mtls_key_path",
310
+ "label": "Path to key",
311
312
313
314
315
{
316
"name": "redirect_auth_header",
317
"label": "Redirect authorization header",
0 commit comments