Module secrets

Module secrets 

Source
Expand description

Secret management abstractions.

Provides unified trait for secret management across cloud providers:

  • AWS Secrets Manager
  • GCP Secret Manager
  • Azure Key Vault

Structs§

SecretCache
In-memory cache for secrets with TTL.
SecretMetadata
Metadata about a secret.
SecretValue
Represents a secret value that can be stored and retrieved.

Traits§

CloudSecretManager
Unified trait for cloud secret management.