Thinking-in-Progress. Everything is subject to change.
What to Include
- Command prefix
- Color palette for embeds
- Initial / extra cogs
- Bot token
- Database login
- API keys
Secret Management Candidates
- Raw value
- Environment variable
- Run command e.g. Bitwarden CLI
- Separate
secrets.toml
- Could use Sops in this case
Schema
prefix = ["%", "ㅅ"]
[palette]
info = 0x0000FF
warn = 0x00FF00
error = 0xFF0000
[token]
env = "BOT_TOKEN"
Tasks
Thinking-in-Progress. Everything is subject to change.
What to Include
Secret Management Candidates
secrets.tomlSchema
Tasks
config.py