remove temp files

This commit is contained in:
master
2026-03-10 11:11:53 +02:00
parent 7acf0ae8f2
commit 6f808c3b3d
4 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,63 @@
"RouteType","RoutePath","RouteTarget","SelectedOpenApiPath","StatusCode"
"Microservice","^/api/v1/vulnerabilities(.*)","http://scanner.stella-ops.local/api/v1/vulnerabilities$1",,
"Microservice","^/api/v1/watchlist(.*)","http://attestor.stella-ops.local/api/v1/watchlist$1",,
"Microservice","^/api/v1/triage(.*)","http://scanner.stella-ops.local/api/v1/triage$1",,
"Microservice","^/api/v1/secrets(.*)","http://scanner.stella-ops.local/api/v1/secrets$1",,
"Microservice","^/api/v1/sources(.*)","http://scanner.stella-ops.local/api/v1/sources$1",,
"Microservice","^/api/v1/witnesses(.*)","http://scanner.stella-ops.local/api/v1/witnesses$1",,
"Microservice","^/api/v1/trust(.*)","https://authority.stella-ops.local/api/v1/trust$1",,
"Microservice","^/api/v1/evidence(.*)","https://evidencelocker.stella-ops.local/api/v1/evidence$1",,
"Microservice","^/api/v1/proofs(.*)","https://evidencelocker.stella-ops.local/api/v1/proofs$1",,
"Microservice","^/api/v1/verdicts(.*)","https://evidencelocker.stella-ops.local/api/v1/verdicts$1",,
"Microservice","^/api/v1/release-orchestrator(.*)","http://jobengine.stella-ops.local/api/v1/release-orchestrator$1",,
"Microservice","^/api/v1/approvals(.*)","http://jobengine.stella-ops.local/api/v1/approvals$1",,
"Microservice","^/api/v1/attestations(.*)","http://attestor.stella-ops.local/api/v1/attestations$1",,
"Microservice","^/api/v1/sbom(.*)","http://sbomservice.stella-ops.local/api/v1/sbom$1",,
"Microservice","^/api/v1/lineage(.*)","http://sbomservice.stella-ops.local/api/v1/lineage$1",,
"Microservice","^/api/v1/resolve(.*)","http://binaryindex.stella-ops.local/api/v1/resolve$1",,
"Microservice","^/api/v1/ops/binaryindex(.*)","http://binaryindex.stella-ops.local/api/v1/ops/binaryindex$1",,
"Microservice","^/api/v1/policy(.*)","http://policy-gateway.stella-ops.local/api/v1/policy$1",,
"Microservice","^/api/v1/governance(.*)","http://policy-gateway.stella-ops.local/api/v1/governance$1",,
"Microservice","^/api/v1/determinization(.*)","http://policy-engine.stella-ops.local/api/v1/determinization$1",,
"Microservice","^/api/v1/workflows(.*)","http://orchestrator.stella-ops.local/api/v1/workflows$1",,
"Microservice","^/api/v1/authority/quotas(.*)","http://platform.stella-ops.local/api/v1/authority/quotas$1",,
"Microservice","^/api/v1/release-control(.*)","http://platform.stella-ops.local/api/v1/release-control$1",,
"Microservice","^/api/v1/gateway/rate-limits(.*)","http://platform.stella-ops.local/api/v1/gateway/rate-limits$1",,
"Microservice","^/api/v1/reachability(.*)","http://reachgraph.stella-ops.local/api/v1/reachability$1",,
"Microservice","^/api/v1/timeline(.*)","http://timelineindexer.stella-ops.local/api/v1/timeline$1",,
"Microservice","^/api/v1/audit(.*)","http://timeline.stella-ops.local/api/v1/audit$1",,
"Microservice","^/api/v1/export(.*)","https://exportcenter.stella-ops.local/api/v1/export$1",,
"Microservice","^/api/v1/advisory-sources(.*)","http://concelier.stella-ops.local/api/v1/advisory-sources$1",,
"Microservice","^/api/v1/notifier/delivery(.*)","http://notifier.stella-ops.local/api/v2/notify/deliveries$1",,
"Microservice","^/api/v1/search(.*)","http://advisoryai.stella-ops.local/v1/search$1",,
"Microservice","^/api/v1/advisory-ai(.*)","http://advisoryai.stella-ops.local/v1/advisory-ai$1",,
"Microservice","^/api/v1/advisory(.*)","http://advisoryai.stella-ops.local/api/v1/advisory$1",,
"Microservice","^/api/v1/vex(.*)","https://vexhub.stella-ops.local/api/v1/vex$1",,
"Microservice","^/api/v1/doctor/scheduler(.*)","http://doctor-scheduler.stella-ops.local/api/v1/doctor/scheduler$1",,
"Microservice","^/api/v2/context(.*)","http://platform.stella-ops.local/api/v2/context$1",,
"Microservice","^/api/v2/releases(.*)","http://platform.stella-ops.local/api/v2/releases$1",,
"Microservice","^/api/v2/security(.*)","http://platform.stella-ops.local/api/v2/security$1",,
"Microservice","^/api/v2/topology(.*)","http://platform.stella-ops.local/api/v2/topology$1",,
"Microservice","^/api/v2/integrations(.*)","http://platform.stella-ops.local/api/v2/integrations$1",,
"Microservice","^/api/v1/([^/]+)(.*)","http://$1.stella-ops.local/api/v1/$1$2",,
"Microservice","^/api/v2/([^/]+)(.*)","http://$1.stella-ops.local/api/v2/$1$2",,
"Microservice","^/api/(cvss|gate|exceptions|policy)(.*)","http://policy-gateway.stella-ops.local/api/$1$2",,
"Microservice","^/api/(risk|risk-budget)(.*)","http://policy-engine.stella-ops.local/api/$1$2",,
"Microservice","^/api/(release-orchestrator|releases|approvals)(.*)","http://jobengine.stella-ops.local/api/$1$2",,
"Microservice","^/api/(compare|change-traces|sbomservice)(.*)","http://sbomservice.stella-ops.local/api/$1$2",,
"Microservice","^/api/fix-verification(.*)","http://scanner.stella-ops.local/api/fix-verification$1",,
"Microservice","^/api/verdicts(.*)","https://evidencelocker.stella-ops.local/api/verdicts$1",,
"Microservice","^/api/vuln-explorer(.*)","http://vulnexplorer.stella-ops.local/api/vuln-explorer$1",,
"Microservice","^/api/vex(.*)","https://vexhub.stella-ops.local/api/vex$1",,
"Microservice","^/api/admin/plans(.*)","http://registry-token.stella-ops.local/api/admin/plans$1",,
"Microservice","^/api/admin(.*)","http://platform.stella-ops.local/api/admin$1",,
"Microservice","^/api/analytics(.*)","http://platform.stella-ops.local/api/analytics$1",,
"Microservice","^/api/orchestrator(.*)","http://orchestrator.stella-ops.local/api/orchestrator$1",,
"Microservice","^/api/jobengine(.*)","http://orchestrator.stella-ops.local/api/jobengine$1",,
"Microservice","^/api/scheduler(.*)","http://scheduler.stella-ops.local/api/scheduler$1",,
"Microservice","^/api/doctor(.*)","http://doctor.stella-ops.local/api/doctor$1",,
"Microservice","^/policy(.*)","http://policy-gateway.stella-ops.local/policy$1",,
"Microservice","^/v1/evidence-packs(.*)","http://advisoryai.stella-ops.local/v1/evidence-packs$1",,
"Microservice","^/v1/runs(.*)","http://orchestrator.stella-ops.local/v1/runs$1",,
"Microservice","^/v1/advisory-ai(.*)","http://advisoryai.stella-ops.local/v1/advisory-ai$1",,
"Microservice","^/v1/audit-bundles(.*)","https://exportcenter.stella-ops.local/v1/audit-bundles$1",,
1 RouteType RoutePath RouteTarget SelectedOpenApiPath StatusCode
2 Microservice ^/api/v1/vulnerabilities(.*) http://scanner.stella-ops.local/api/v1/vulnerabilities$1
3 Microservice ^/api/v1/watchlist(.*) http://attestor.stella-ops.local/api/v1/watchlist$1
4 Microservice ^/api/v1/triage(.*) http://scanner.stella-ops.local/api/v1/triage$1
5 Microservice ^/api/v1/secrets(.*) http://scanner.stella-ops.local/api/v1/secrets$1
6 Microservice ^/api/v1/sources(.*) http://scanner.stella-ops.local/api/v1/sources$1
7 Microservice ^/api/v1/witnesses(.*) http://scanner.stella-ops.local/api/v1/witnesses$1
8 Microservice ^/api/v1/trust(.*) https://authority.stella-ops.local/api/v1/trust$1
9 Microservice ^/api/v1/evidence(.*) https://evidencelocker.stella-ops.local/api/v1/evidence$1
10 Microservice ^/api/v1/proofs(.*) https://evidencelocker.stella-ops.local/api/v1/proofs$1
11 Microservice ^/api/v1/verdicts(.*) https://evidencelocker.stella-ops.local/api/v1/verdicts$1
12 Microservice ^/api/v1/release-orchestrator(.*) http://jobengine.stella-ops.local/api/v1/release-orchestrator$1
13 Microservice ^/api/v1/approvals(.*) http://jobengine.stella-ops.local/api/v1/approvals$1
14 Microservice ^/api/v1/attestations(.*) http://attestor.stella-ops.local/api/v1/attestations$1
15 Microservice ^/api/v1/sbom(.*) http://sbomservice.stella-ops.local/api/v1/sbom$1
16 Microservice ^/api/v1/lineage(.*) http://sbomservice.stella-ops.local/api/v1/lineage$1
17 Microservice ^/api/v1/resolve(.*) http://binaryindex.stella-ops.local/api/v1/resolve$1
18 Microservice ^/api/v1/ops/binaryindex(.*) http://binaryindex.stella-ops.local/api/v1/ops/binaryindex$1
19 Microservice ^/api/v1/policy(.*) http://policy-gateway.stella-ops.local/api/v1/policy$1
20 Microservice ^/api/v1/governance(.*) http://policy-gateway.stella-ops.local/api/v1/governance$1
21 Microservice ^/api/v1/determinization(.*) http://policy-engine.stella-ops.local/api/v1/determinization$1
22 Microservice ^/api/v1/workflows(.*) http://orchestrator.stella-ops.local/api/v1/workflows$1
23 Microservice ^/api/v1/authority/quotas(.*) http://platform.stella-ops.local/api/v1/authority/quotas$1
24 Microservice ^/api/v1/release-control(.*) http://platform.stella-ops.local/api/v1/release-control$1
25 Microservice ^/api/v1/gateway/rate-limits(.*) http://platform.stella-ops.local/api/v1/gateway/rate-limits$1
26 Microservice ^/api/v1/reachability(.*) http://reachgraph.stella-ops.local/api/v1/reachability$1
27 Microservice ^/api/v1/timeline(.*) http://timelineindexer.stella-ops.local/api/v1/timeline$1
28 Microservice ^/api/v1/audit(.*) http://timeline.stella-ops.local/api/v1/audit$1
29 Microservice ^/api/v1/export(.*) https://exportcenter.stella-ops.local/api/v1/export$1
30 Microservice ^/api/v1/advisory-sources(.*) http://concelier.stella-ops.local/api/v1/advisory-sources$1
31 Microservice ^/api/v1/notifier/delivery(.*) http://notifier.stella-ops.local/api/v2/notify/deliveries$1
32 Microservice ^/api/v1/search(.*) http://advisoryai.stella-ops.local/v1/search$1
33 Microservice ^/api/v1/advisory-ai(.*) http://advisoryai.stella-ops.local/v1/advisory-ai$1
34 Microservice ^/api/v1/advisory(.*) http://advisoryai.stella-ops.local/api/v1/advisory$1
35 Microservice ^/api/v1/vex(.*) https://vexhub.stella-ops.local/api/v1/vex$1
36 Microservice ^/api/v1/doctor/scheduler(.*) http://doctor-scheduler.stella-ops.local/api/v1/doctor/scheduler$1
37 Microservice ^/api/v2/context(.*) http://platform.stella-ops.local/api/v2/context$1
38 Microservice ^/api/v2/releases(.*) http://platform.stella-ops.local/api/v2/releases$1
39 Microservice ^/api/v2/security(.*) http://platform.stella-ops.local/api/v2/security$1
40 Microservice ^/api/v2/topology(.*) http://platform.stella-ops.local/api/v2/topology$1
41 Microservice ^/api/v2/integrations(.*) http://platform.stella-ops.local/api/v2/integrations$1
42 Microservice ^/api/v1/([^/]+)(.*) http://$1.stella-ops.local/api/v1/$1$2
43 Microservice ^/api/v2/([^/]+)(.*) http://$1.stella-ops.local/api/v2/$1$2
44 Microservice ^/api/(cvss|gate|exceptions|policy)(.*) http://policy-gateway.stella-ops.local/api/$1$2
45 Microservice ^/api/(risk|risk-budget)(.*) http://policy-engine.stella-ops.local/api/$1$2
46 Microservice ^/api/(release-orchestrator|releases|approvals)(.*) http://jobengine.stella-ops.local/api/$1$2
47 Microservice ^/api/(compare|change-traces|sbomservice)(.*) http://sbomservice.stella-ops.local/api/$1$2
48 Microservice ^/api/fix-verification(.*) http://scanner.stella-ops.local/api/fix-verification$1
49 Microservice ^/api/verdicts(.*) https://evidencelocker.stella-ops.local/api/verdicts$1
50 Microservice ^/api/vuln-explorer(.*) http://vulnexplorer.stella-ops.local/api/vuln-explorer$1
51 Microservice ^/api/vex(.*) https://vexhub.stella-ops.local/api/vex$1
52 Microservice ^/api/admin/plans(.*) http://registry-token.stella-ops.local/api/admin/plans$1
53 Microservice ^/api/admin(.*) http://platform.stella-ops.local/api/admin$1
54 Microservice ^/api/analytics(.*) http://platform.stella-ops.local/api/analytics$1
55 Microservice ^/api/orchestrator(.*) http://orchestrator.stella-ops.local/api/orchestrator$1
56 Microservice ^/api/jobengine(.*) http://orchestrator.stella-ops.local/api/jobengine$1
57 Microservice ^/api/scheduler(.*) http://scheduler.stella-ops.local/api/scheduler$1
58 Microservice ^/api/doctor(.*) http://doctor.stella-ops.local/api/doctor$1
59 Microservice ^/policy(.*) http://policy-gateway.stella-ops.local/policy$1
60 Microservice ^/v1/evidence-packs(.*) http://advisoryai.stella-ops.local/v1/evidence-packs$1
61 Microservice ^/v1/runs(.*) http://orchestrator.stella-ops.local/v1/runs$1
62 Microservice ^/v1/advisory-ai(.*) http://advisoryai.stella-ops.local/v1/advisory-ai$1
63 Microservice ^/v1/audit-bundles(.*) https://exportcenter.stella-ops.local/v1/audit-bundles$1