Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Introduced `SbomService` tasks documentation. - Updated `StellaOps.sln` to include new projects: `StellaOps.AirGap.Time` and `StellaOps.AirGap.Importer`. - Added unit tests for `BundleImportPlanner`, `DsseVerifier`, `ImportValidator`, and other components in the `StellaOps.AirGap.Importer.Tests` namespace. - Implemented `InMemoryBundleRepositories` for testing bundle catalog and item repositories. - Created `MerkleRootCalculator`, `RootRotationPolicy`, and `TufMetadataValidator` tests. - Developed `StalenessCalculator` and `TimeAnchorLoader` tests in the `StellaOps.AirGap.Time.Tests` namespace. - Added `fetch-sbomservice-deps.sh` script for offline dependency fetching.
1.2 KiB
1.2 KiB
Replay Ops Runbook Prep — PREP-RUNBOOK-REPLAY-187-004 (Draft)
Status: Draft (2025-11-20) Owners: Docs Guild · Ops Guild Scope: Capture required sections for the replay operations runbook once APIs are finalized.
Runbook sections to include
- Prechecks: confirm trust roots, air-gap status, Evidence Locker availability, and bundle integrity (
sha256, DSSE verification). - Ingestion: steps to POST replay records to Evidence Locker (
/replay/records), expected responses, retry/backoff guidance. - Verification: CLI commands (
stella verify --bundle), Attestor verification call once available, interpreting results. - Replay/Compare:
stella replayandstella diffworkflows, deterministic output locations, common failure modes. - Observability: log/metric names to watch (to be filled after Evidence Locker/CLI finalize telemetry).
- Escalation: contacts for Scanner/CLI/Attestor/Evidence Locker guilds.
Dependencies
- Replay payload schema (
docs/modules/evidence-locker/replay-payload-contract.md). - CLI and Attestor prep docs for command/API details.
Handoff
When APIs finalize, merge this content into docs/runbooks/replay_ops.md and retire this prep stub.