Expand description
Live-swappable view of the active secrets configuration.
The proxy layers load the current SecretsConfig snapshot when they build a per-connection
SecretsHandler, so swapping the snapshot here makes
rotation, removal, and allowed-host updates take effect for all future guest connections
without restarting the sandbox. In-flight connections keep the snapshot they started with.
Structs§
- Secrets
Handle - Shared handle to the secrets configuration consumed by the network stack.
Enums§
- Secrets
Update Error - A live secrets update that could not be applied.