fetch secrets by uuid instead of listing all

This commit is contained in:
2026-03-20 15:51:43 -04:00
parent b19e194c0b
commit 2bcf67dcc4
4 changed files with 15 additions and 9 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ cert as SANs.
Services needing secrets declare them in `.env.keys`:
```
ENV_VAR=bws-secret-name
# bws-secret-name
ENV_VAR=bws-secret-uuid
```
During deploy, `deploy.sh`: