Use Generated SSH Key Stored in password-store
#26
Labels
No labels
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 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/python-support-infra#26
Loading…
Add table
Add a link
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?
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.