Find a file
Anton Nesterov ef8a95cca1 init
2024-04-24 22:34:31 +02:00
tools init 2024-04-24 22:34:31 +02:00
.gitignore init 2024-04-24 22:34:31 +02:00
.llaves init 2024-04-24 22:34:31 +02:00
.llaves.bin init 2024-04-24 22:34:31 +02:00
.llaves.yaml init 2024-04-24 22:34:31 +02:00
entrega.yaml init 2024-04-24 22:34:31 +02:00
Makefile init 2024-04-24 22:34:31 +02:00
readme.md init 2024-04-24 22:34:31 +02:00
requirements.txt init 2024-04-24 22:34:31 +02:00

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}