-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Setup secret management tools to store all secrets
Candidates: Doppler or Vault
- Define tree hierarchy for secrets locations, e.g.
/{project}/{service}/{variable}/{env /w default}
e.g.
- /vortexia/lib-souce-kafka-producer/some-secret/default
- /vortexia/lib-souce-kafka-producer/some-secret/stage
Services to consider
- logger service: creds/auth
- database: creds
- producer: kafka auth? or might be an internal service
- consumer: internal service, or creds to access API service
- API service
- db access
Reactions are currently unavailable