Skip to main content

Module handle

Module handle 

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

SecretsHandle
Shared handle to the secrets configuration consumed by the network stack.

Enums§

SecretsUpdateError
A live secrets update that could not be applied.