SSH deploy-key provisioning (contrib/gitea) #169
Reference in New Issue
Block a user
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?
Track implementation of PRD 0048.
Introduce
bot_bottle/contrib/as the home for platform-specific provisioners, and ship the first contrib provider:bot_bottle/contrib/gitea/with aGiteaDeployKeyProvisionerthat generates short-lived ed25519 keypairs at spin-up and revokes them at teardown via the Gitea deploy-key API.See
docs/prds/0048-ssh-deploy-key-provisioning.mdfor the full spec.