zlayer-secrets 0.12.9

Secure secrets management for ZLayer container workloads
Documentation
1
2
3
4
5
6
7
8
9
10
//! Secret data types.
//!
//! The canonical definitions live in [`zlayer_types::secrets::types`]; this
//! module re-exports them for backward compatibility with existing call
//! sites that import `zlayer_secrets::Secret`, `zlayer_secrets::SecretMetadata`,
//! etc.

pub use zlayer_types::secrets::types::{
    RotationResult, Secret, SecretMetadata, SecretRef, SecretScope,
};