Skip to main content

Module manifest

Module manifest 

Source
Expand description

The densor manifest — the frozen declaration of which densors + authorities a pipeline run is allowed to use.

Before executing anything, the runtime loads this manifest and validates it: every entry must be identifiable, ids must be unique, and the frozen authority set is the allow-list a stage’s declared authorities are checked against. The manifest is data (no behaviour); validation is pure.

Structs§

DensorEntry
One declared densor in the manifest.
DensorManifest
A pipeline’s frozen manifest: the densors it carries + the authority allow-list its stages may cite.