feat: add --syncvalues flag and improve secret sharing #5

Merged
moritz merged 1 commits from eCommons/alakazam:secret-sync into main 2026-05-18 17:25:33 +00:00
1 Commits
Author SHA1 Message Date
dannygroenewegen 888341c1dc feat: add --syncvalues flag and improve secret sharing
- Add --syncvalues flag to secrets command to update secret values from source to target apps (with redeploy of target app). Without --syncvalues, log a warning when values differ.
- Add get_secret_from_host fallback for distroless containers that reads the secret from the Docker host filesystem over SSH
- Run secret hooks for all apps before any secret exchange to ensure source secrets are available before syncing to target app
2026-05-15 15:32:44 +02:00