Use Generated SSH Key Stored in password-store
#26
Labels
No Label
availability
bug
deployment-usability
duplicate
enhancement
help-wanted
question
security
stack-auth
stack-chat
stack-cleanup
stack-git
stack-mesh
stack-site-support
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/python-support-infra#26
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
We currently use the system SSH client + key. This isn't ideal - it greatly complicates use from within containers (ex. for CI or Windows users), and ties the security of the system directly to the individual developer.
We can use a pre-generated ssh keypair, stored in
password-store
, instead. This can then be access-controlled using the usualpassword-store
mechanisms.Ideally #24 would be implemented first, so generating (and expiring!) this secret can be done in a reproducible way.