fix: feat: consolidate secret stores — single granular secrets/*.enc, deprecate .env.vault.enc (#777)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a87dcdf40b
commit
88676e65ae
14 changed files with 254 additions and 130 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Secrets — prevent .env files from being baked into the image
|
||||
# Secrets — prevent .env files and encrypted secrets from being baked into the image
|
||||
.env
|
||||
.env.enc
|
||||
.env.vault
|
||||
.env.vault.enc
|
||||
secrets/
|
||||
|
||||
# Version control — .git is huge and not needed in image
|
||||
.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue