- Added Program.cs to set up the web application with Serilog for logging, health check endpoints, and a placeholder admission endpoint. - Configured Kestrel server to use TLS 1.3 and handle client certificates appropriately. - Created StellaOps.Zastava.Webhook.csproj with necessary dependencies including Serilog and Polly. - Documented tasks in TASKS.md for the Zastava Webhook project, outlining current work and exit criteria for each task.
857 B
857 B
Docs Guild Update — 2025-10-19
Subject: Event envelope reference & canonical samples Audience: Docs Guild, Platform Events, Runtime Guild
- Extended
docs/events/README.mdwith envelope field tables, offline validation commands, and guidance for optional payload fields. - Added canonical sample payloads under
docs/events/samples/forscanner.report.ready@1,scheduler.rescan.delta@1, andattestor.logged@1; validated them withajv-clito match the published schemas. - Documented the validation loop so air-gapped operators can mirror the CI checks before rolling new event versions.
Next steps:
- Platform Events to embed the canonical samples into their contract tests.
- Runtime Guild checklist for quieted finding counts & progress hints published in
docs/runtime/SCANNER_RUNTIME_READINESS.md; gather stakeholder sign-off.