fix(router): ship audit bundle frontdoor cutover

This commit is contained in:
master
2026-03-08 14:30:12 +02:00
parent 8852928115
commit 30532800ec
9 changed files with 367 additions and 16 deletions

View File

@@ -54,3 +54,15 @@ Audit bundle creation flow is implemented with deterministic wizard progression
- Status: VERIFIED (strict Tier 2 UI replay)
- Tier 2 evidence: docs/qa/feature-checks/runs/web/audit-bundle-create-modal/run-006/tier2-ui-check.json.
## Recheck (run-007)
- Date (UTC): 2026-03-08T12:23:30Z
- Status: VERIFIED (live gateway and service retest)
- Tier 1 evidence:
- `dotnet test src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj -v normal` passed `930/930`.
- `dotnet test src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.csproj -v normal` passed `44/44`.
- Tier 2 evidence:
- `node src/Web/StellaOps.Web/output/playwright/repro-audit-bundle-live.cjs`
- Authenticated DPoP browser POST to `https://stella-ops.local/v1/audit-bundles` returned `202 Accepted`.
- Follow-up GET for `/v1/audit-bundles/bndl-c1045e529d8c48998257fbe6850948fb` returned `200` with `status: Completed`.
- The create page rendered the completed bundle hash and enabled the download action.