Make Forge SSH key rotation runtime-aware for microVMs #22
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/nexus#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Keep per-VM Forge SSH key rotation working when the private key is delivered to a microVM per boot instead of installed in the guest home directory.
Primary goals:
forge-ssh-keys.json, staged/active public keys, account ownership, and Forgejo UI gates authoritative.~/.ssh/<key>.Current state and specifics
forge-ssh-key activatecurrently proves Forgejo accepts the staged key, installs it at~/.ssh/<forge-key>inside the VM, and proves VM-side access. That matches the libvirt runtime, but it bypasses per-boot systemd-credential delivery and leaves durable plaintext in a microVM guest. The stage and retire state machine remains valid; only delivery, activation, and verification must dispatch by runtime.Scope
Part of allod/strategy#20.
In scope: runtime-aware behavior in the public Forge SSH rotation tool and fixtures, using the runtime fact and host credential-delivery interface supplied by that arc.
Out of scope: changing Forgejo accounts or key authority, private machine mappings, brokering short-lived Forge credentials, and deployment cutover.