Files
git.stella-ops.org/docs/modules/export-center/prep/2025-11-20-notify-obs-52-prep.md
master 79b8e53441
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add new features and tests for AirGap and Time modules
- 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.
2025-11-20 23:29:54 +02:00

823 B

Export Notifications Schema Prep — PREP-EXPORT-NOTIFY-SCHEMA-OBS-52

Status: Draft (2025-11-20) Owners: Notifications Guild · Exporter Service Scope: Define notification envelope/payloads for export lifecycle events.

Event types

  • export.started, export.completed, export.failed.

Envelope (proposed)

{
  "type": "export.completed",
  "export_id": "...",
  "profile_id": "...",
  "tenant_id": "...",
  "artifact_counts": {"json": 2, "mirror": 1},
  "sha256": "...",
  "created_at": "2025-11-20T00:00:00Z"
}
  • Deterministic key ordering; timestamps UTC.

Open decisions

  • Channel/transport (NATS vs Redis streams vs webhooks).
  • Required retry/backoff policy and DLQ routing.

Handoff

Use this prep doc for PREP-EXPORT-NOTIFY-SCHEMA-OBS-52; update once transport + DLQ policy are chosen.