llaves/readme.md
Anton Nesterov ef8a95cca1 init
2024-04-24 22:34:31 +02:00

15 lines
429 B
Markdown

# llaves
Simple tools for encrypting secrets and running setup tasks.
Mostly used in order to push secrets to docker swarm or manually deploy docker-compose.
Config files:
- `.llaves` - to be gitignored, text passphrase
- `.llaves.yaml` - to be gitignored, secrets
- `entrega.yaml` - run tasks with decrypted data
Using variables:
Secrets are converted to the env variables using following template `PRIVATE__{secretName}`