Skip to content

Commit 9fe53a8

Browse files
committed
removing mtls from recipe and connector
1 parent 34f3125 commit 9fe53a8

2 files changed

Lines changed: 0 additions & 42 deletions

File tree

custom-recipes/api-connect/recipe.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -291,27 +291,6 @@
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-
},
315294
{
316295
"name": "force_csv_parameters",
317296
"label": "Force CSV parameters",

python-connectors/api-connect_dataset/connector.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -238,27 +238,6 @@
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-
},
262241
{
263242
"name": "force_csv_parameters",
264243
"label": " ",

0 commit comments

Comments
 (0)