Module secrets

Module secrets 

Source
Expand description

Secure Secrets Management

Provides secure storage and access to sensitive credentials.

Structs§

EnvSecretStore
Environment variable secret store
InMemorySecretStore
In-memory secret store (for development/testing)
SecretRef
Reference to a secret (for configuration without exposing values)
SecretValue
Secret value (zeroized on drop when crypto feature is enabled)

Traits§

SecretStore
Secret store trait