Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 844 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 844 Bytes

SecretMap Operator

Warning: this is a new project and is not currently in a usable state. Check back soon.

todo: description. who is it for and what does it solve? diagram

Intended features

  • Multiple secret sources (clouds, platforms)
  • Allow static secrets for non-sensitive values that must be in the same secret
  • Allow adding to existing secrets (with a matchLabels for safety)
  • Schema with documentated fields, and example manifests generated from code (single source of truth)
  • Extract values from JMES Path
  • Support rotation (separate CustomResource)

See auto-generated example manifests for usage.

References