repman icon indicating copy to clipboard operation
repman copied to clipboard

Git authorization with dedicated SSH key

Open akondas opened this issue 3 years ago • 0 comments

This is follow up from #309 and #45: Support is needed to authorize the repository with a regular ssh key. I would see it as a separate tab where you can add your keys, and then on the package adding card it would be possible to select and authenticate a given key. Here is a simple visualization of how I imagine it:

Screenshot from 2020-10-22 13-13-01

Acceptance criteria:

  • [ ] user can add own key
  • [ ] user can generate a new key pair (and download public key)
  • [ ] on git type repository user can select available key
  • [ ] repman will synchronize package using provided key
  • [ ] user can rotate selected key (optional)

akondas avatar Oct 22 '20 12:10 akondas