Expose VM host key deploy facts #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/vm-facts-secrets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs allod/nexus#6
Risk
R1 low. This only adds public data exports over existing
machine-host-keys.jsonmaterial and VM host-key age ciphertext paths, then reuses the shared parse in the existing credential inventory check.Validation
nix flake checknix eval .#lib.machineHostKeys --json | jq -e 'keys | length > 0'nix eval .#lib.vmHostKeySecretFiles --json | jq -e 'has("allod-dev") and has("privacy-1")'