11{
22 "version" : " 0.2.0" ,
3- "compounds" : [
4- {
5- "name" : " Launch MW and UI" ,
6- "configurations" : [
7- " c#-MiddlewareServer" ,
8- " c#-Blazor UI"
9- ]
10- }
11- ],
123 "configurations" : [
134 {
145 "name" : " .NET Core SSH Attach ubu20" ,
178 "processId" : " ${command:pickRemoteProcess}" ,
189 "pipeTransport" : {
1910 "pipeProgram" : " ssh" ,
20- "pipeArgs" : [
21- " -T" ,
22- " -p 22006" ,
23- " tim@localhost"
24- ],
11+ "pipeArgs" : [ " -T" , " -p 22006" , " tim@localhost" ],
2512 "debuggerPath" : " ~/vsdbg-root/vsdbg" ,
2613 "pipeCwd" : " ${workspaceRoot}" ,
2714 "quoteArgs" : true
3017 "/home/tim/firewall-orchestrator/roles" : " ${workspaceRoot}"
3118 },
3219 "logging" : {
33- "logging.diagnosticsLog.protocolMessages" : true
20+ "logging.diagnosticsLog.protocolMessages" : true
3421 }
3522 },
3623 {
114101 "PYTHONPATH" : " ${PYTHONPATH}:${workspaceRoot}"
115102 },
116103 "args" : [
117- " -m1 " ,
104+ " -m7 " ,
118105 " -d1" ,
119106 " -f" ,
120107 " -s" ,
121- // "-c",
122- // "-ifile:///home/tim/tmp/mgm_id_12_config_normalized_with_links.json",
123- // "-ifile:///home/tim/tmp/mgm_id_16_config_normalized_links_only.json",
124- // "-ifile:///home/tim/tmp/mgm_id_16_config_normalized_links_changed.json",
125- // "-ifile:///home/tim/tmp/mgm_id_16_config_normalized_links_src_negated.json",
126- // "-ifile:///home/tim/tmp/mgm_id_3_config_normalized.json",
127- // "-ifile:///home/tim/tmp/mgm_id_1_config_normalized.json",
128- // "-ifile:///home/tim/tmp/sting_1_norm.json",
129- // "-ifile:///home/tim/tmp/sting_2_plus_one_nwobj_norm.json",
130- " -ifile:///home/tim/tmp/sting_3_plus_one_rule_norm.json" ,
131- //"-l66",
132- // "-l500",
108+ //"-l",
109+ // "-c"
110+ //"-l250"
133111 // 41 - lab fortimanager
134- //"-nhttps://fwodemodata.cactus.de/demo07_dummyGw1.json"
135- // "-ihttps://fwodemodata.cactus.de/demo11-r82_v9.json",
136- // "-ihttps://fwodemodata.cactus.de/demo04_cpr8x.json",
112+ //"-ihttps://fwodemodata.cactus.de/demo04_cpr8x.json",
137113 //"-ihttps://fwodemodata.cactus.de/demo01_fortiMgrLab.json"
138- // "-ihttps://fwodemodata.cactus.de/demo05_fortiMgr2.json"
114+ //"-ihttps://fwodemodata.cactus.de/demo05_fortiMgr2.json"
139115 //"-ihttps://fwodemodata.cactus.de/big/xxx.json",
140116 ]
141117 },
142- {
143- "name" : " py-test-ruleorder" ,
144- "type" : " debugpy" ,
145- "request" : " launch" ,
146- "program" : " ${workspaceFolder}/roles/importer/files/test/ruleorder.py" ,
147- "console" : " integratedTerminal" ,
148- "env" : {
149- "PYTHONPATH" : " ${PYTHONPATH}:${workspaceRoot}"
150- },
151- "args" : []
152- },
153- {
154- "name" : " py-kimport" ,
155- "type" : " debugpy" ,
156- "request" : " launch" ,
157- "program" : " ${workspaceFolder}/roles/importer/files/importer/checkpointR8x/scripts/Python-nsPYm-v2/get_all_firewall_data.py" ,
158- "console" : " integratedTerminal" ,
159- "env" : {
160- "PYTHONPATH" : " ${PYTHONPATH}:${workspaceRoot}"
161- },
162- "args" : [
163- " itsecorg" ,
164- " st8chel"
165- ]
166- },
167118 {
168119 "name" : " py-customize-FWO-sample" ,
169120 "type" : " debugpy" ,
359310 " -i/tmp/fworch-config.graphql"
360311 ]
361312 },
362- // {
363- // "name": "py-cpr8x-autodiscovery",
364- // "type": "debugpy",
365- // "request": "launch",
366- // "program": "${workspaceFolder}/roles/importer/files/importer/checkpointR8x/auto-discover.py",
367- // "console": "integratedTerminal",
368- // "cwd": "${workspaceFolder}/roles/importer/files/importer/checkpointR8x",
369- // "env": {
370- // "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}"
371- // },
372- // "args": [
373- // "-a192.168.100.111 ",
374- // "-w/home/tim/secrets/cp_apiuser_pwd",
375- // "-uitsecorg",
376- // "-d4",
377- // "-fjson"
378- // ]
379- // },
313+ {
314+ "name" : " py-cpr8x-autodiscovery" ,
315+ "type" : " debugpy" ,
316+ "request" : " launch" ,
317+ "program" : " ${workspaceFolder}/roles/importer/files/importer/checkpointR8x/auto-discover.py" ,
318+ "console" : " integratedTerminal" ,
319+ "cwd" : " ${workspaceFolder}/roles/importer/files/importer/checkpointR8x" ,
320+ "env" : {
321+ "PYTHONPATH" : " ${PYTHONPATH}:${workspaceRoot}"
322+ },
323+ "args" : [
324+ " -a192.168.100.110 " ,
325+ " -w/home/tim/secrets/cp_apiuser_pwd" ,
326+ " -uitsecorg" ,
327+ " -d4" ,
328+ " -fjson"
329+ ]
330+ },
380331 {
381332 "name" : " py-import-main-loop" ,
382333 "type" : " debugpy" ,
412363 "processId" : " ${command:pickProcess}"
413364 }
414365 ]
415- }
366+ }
0 commit comments