remove temp files
This commit is contained in:
63
devops/compose/openapi_routeprefix_smoke.csv
Normal file
63
devops/compose/openapi_routeprefix_smoke.csv
Normal 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,5 +0,0 @@
|
||||
{
|
||||
"Path": "/rekor",
|
||||
"Type": "ReverseProxy",
|
||||
"TranslatesTo": "http://rekor.stella-ops.local:3322"
|
||||
}
|
||||
Reference in New Issue
Block a user