Skip to content

Commit 157117b

Browse files
committed
update recipe for mTLS
1 parent 7ecb1c9 commit 157117b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

custom-recipes/api-connect/recipe.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,27 @@
291291
"visibilityCondition": "model.auth_type!='secure_oauth' && model.auth_type!='secure_basic'",
292292
"defaultValue": false
293293
},
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+
"description": "",
305+
"type": "STRING",
306+
"visibilityCondition": "model.use_mtls==true"
307+
},
308+
{
309+
"name": "mtls_key_path",
310+
"label": "Path to key",
311+
"description": "",
312+
"type": "STRING",
313+
"visibilityCondition": "model.use_mtls==true"
314+
},
294315
{
295316
"name": "redirect_auth_header",
296317
"label": "Redirect authorization header",

0 commit comments

Comments
 (0)