Files
nixos-servers/scripts/vault-fetch/vault-fetch.sh
Torjus Håkestad 2c9d86eaf2
Some checks failed
Run nix flake check / flake-check (pull_request) Successful in 2m5s
Run nix flake check / flake-check (push) Failing after 16m11s
vault-fetch: fix multiline secret values being truncated
The read-based loop split multiline values on newlines, causing only
the first line to be written. Use jq -j to write each key's value
directly to files, preserving multiline content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 19:36:51 +01:00

4.5 KiB