Expand description
Secure Secrets Management
Provides secure storage and access to sensitive credentials.
Structs§
- EnvSecret
Store - Environment variable secret store
- InMemory
Secret Store - In-memory secret store (for development/testing)
- Secret
Ref - Reference to a secret (for configuration without exposing values)
- Secret
Value - Secret value (zeroized on drop when crypto feature is enabled)
Traits§
- Secret
Store - Secret store trait