Expand description
SAT file apply orchestration (backend trait + HSM groups).
Rendering (Jinja2), parsing, and image_only / session_template_only
filtering are performed client-side by the CLI; this layer receives
the already-parsed SAT file as a serde_json::Value, looks up the
caller’s available HSM groups, and forwards everything to the
backend’s SatTrait. The backend fetches its own Kubernetes secrets
from Vault internally.
Structs§
- Apply
SatFile Params - Parameters for applying a SAT file.
Functions§
- apply_
sat_ file - Apply a pre-rendered SAT file via the backend.