Available on crate feature
serve only.Expand description
Turn a submitted config body into expanded nodes, applying the workspace
--default-config base. Mirrors PipelineConfig::from_path_async but merges
a base Value and uses from_value. All ${env}/${file}/${secret} and
${vault:…}-style directives resolve against the server’s environment and
credentials (the documented privilege surface — spec §13).
Structs§
- Loaded
Submission - A loaded submission: the merged/resolved config and its expanded nodes.
Enums§
- Config
Format - Wire format of a submitted config body.
Functions§
- load_
submission - Load + merge + expand a submitted config body.