Skip to main content

LoadedKeyring

Type Alias LoadedKeyring 

Source
pub type LoadedKeyring = Vec<(KeyId, Vec<DataKey>)>;
Expand description

Bridges to the key-management system. Production implementations wrap Vault Transit / AWS KMS / GCP KMS; dev uses an env-derived source. Every method runs on the control plane — never on a request path. A full key ring as loaded from the KMS: every key with all live versions.

Aliased Type§

pub struct LoadedKeyring { /* private fields */ }