v2: Vault integration - read credentials from Vaultwarden with disk cache fallback
This commit is contained in:
parent
a85a3175cd
commit
09bbc47d6c
4 changed files with 191 additions and 41 deletions
|
|
@ -7,6 +7,12 @@ services:
|
|||
- "8888:8888"
|
||||
volumes:
|
||||
- /app-config/kiro/api:/data/api:ro
|
||||
- vault-cache:/data/api/.vault-cache
|
||||
environment:
|
||||
- API_KEY_DIR=/data/api
|
||||
- BUTLER_TOKEN=${BUTLER_TOKEN}
|
||||
- BW_PASSWORD=${BW_PASSWORD}
|
||||
- VAULT_REFRESH_MINUTES=30
|
||||
|
||||
volumes:
|
||||
vault-cache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue