Expose VM host key deploy facts #5
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/secrets!5
Loading…
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")'