apiVersion: v3
kind: library
metadata:
  name: songwhip-utils-secrets
  description: |
    Shared AWS secrets and encryption utilities for Songwhip services.
    - Provides typed wrappers around AWS Secrets Manager for secure credential retrieval.
    - Includes AWS KMS utilities for envelope encryption and decryption workflows.
    - Standardizes secrets client configuration and error handling across services.
    - Used by other Songwhip packages to securely access API keys, tokens, and configuration.
  owner: songwhip
  tags:
    - public:false
spec:
  type: utility
