swiftwave-org / swiftwave

Self-hosted lightweight PaaS solution to deploy and manage your applications on any VPS [Your own self-hosted Heroku, Vercel]
https://swiftwave.org
Apache License 2.0
412 stars 33 forks source link

feat: RSA key support for git repos #1031

Closed gdl-reif closed 3 days ago

gdl-reif commented 6 days ago

Is your feature request related to a problem? Please describe

We use Azure DevOps for our git repos, and it only supports RSA deploy keys.

Describe the solution you'd like

Allow to select the type of key to generate or store in SwiftWave

Are you working on this?

Yes

tanmoysrt commented 6 days ago

Thanks @gdl-reif for raising the issue. Will check into that.

gdl-reif commented 6 days ago

Thanks so much, appreciate it. Would be one of the missing pieces for us to switch to SwiftWave.

tanmoysrt commented 3 days ago

Hi @gdl-reif , added support for these type of private keys for SSH authentication

Will be available in this weekend's release.