Module sat_file

Module sat_file 

Source
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§

ApplySatFileParams
Parameters for applying a SAT file.

Functions§

apply_sat_file
Apply a pre-rendered SAT file via the backend.