Use vault

This commit is contained in:
2024-04-14 11:57:19 +02:00
parent 68fae38488
commit 0b4b918f6b
7 changed files with 28 additions and 22 deletions

7
scripts/env.sh Normal file
View File

@@ -0,0 +1,7 @@
#! /usr/bin/env sh
response=`curl -X 'GET' "https://$VAULT_HOST/v1/$VAULT_SECRET_PATH" -s \
-H 'accept: application/json' \
-H "X-Vault-Token: $VAULT_TOKEN"`
echo "$(echo "$response" | jq -r '.data.data | to_entries | map("\(.key)='\''\(.value)'\''") | .[]')"

5
scripts/start.sh Normal file
View File

@@ -0,0 +1,5 @@
cd /app
/env.sh > ./.env
exec /usr/local/bin/books_downloader