akuity / kargo

Application lifecycle orchestration
https://kargo.akuity.io/
Apache License 2.0
1.55k stars 133 forks source link

Support git ssh keys as a more secure login mechanism for updating git repos #2492

Open yagnasrinath opened 3 weeks ago

yagnasrinath commented 3 weeks ago

Checklist

Proposed Feature

Support git login with ssh keys

Motivation

http access tokens/password are not allowed to be used in many secure environments. ssh keys are usually allowed in such secure environments.

krancour commented 3 weeks ago

2178 is what is blocking this. I expect other changes going into v0.9.0 will incidentally address #2187, and by extension, unblock this.