tools | ||
.gitignore | ||
.llaves | ||
.llaves.bin | ||
.llaves.yaml | ||
entrega.yaml | ||
Makefile | ||
readme.md | ||
requirements.txt |
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, secretsentrega.yaml
- run tasks with decrypted data
Using variables:
Secrets are converted to the env variables using following template PRIVATE__{secretName}