Seeqret: Safely transferring code secrets
(very much a work in progress)
- Seeqret: Safely transferring code secrets
- Introduction
- Assumptions
- Minimum Requirements
- Use cases
- Code
Introduction
How do you communicate the set of secrets (passwords, API keys, etc.) that your code needs to run? You can't just write them in the code, because that would expose them to anyone who can read the code. You can't just send them in an email, because that would expose them to anyone who can read your email. You can't just write them on a sticky note, because that would expose them to anyone who can read your sticky note.