Skip to main content

Module secrets

Module secrets 

Source
Expand description

Secrets management with encryption at rest.

  • ApiKey: Wrapper that prevents accidental logging
  • CredentialStore: Encrypted storage for credentials
  • scrub_secrets: Redact secrets from error messages

Structs§

ApiKey
API key wrapper that prevents accidental logging.
CredentialStore
Credential storage with encryption at rest.

Enums§

CredentialError
Errors from credential operations.

Constants§

COMMON_SECRET_PATTERNS
Common secret patterns to scrub from logs.

Functions§

scrub_secrets
Scrub secrets from error messages and logs.