Find a file
2024-04-25 18:28:23 +02:00
tools convert secrets to str type 2024-04-25 18:28:23 +02:00
.gitignore ignore 2024-04-24 22:37:40 +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}