Open shmargum opened 2 years ago
Git 2.34 now supports signing commits with SSH keys instead of GPG It would be nice to verify commits by SSH key, like they are with GPG keys.
Signing with ssh key is a simpler alternative to signing with a gpg key
relevant GitHub discussion: https://github.com/github/feedback/discussions/7744
This can be implemented much the same way as GPG key checks are done.
possible duplicate: https://github.com/argoproj/argo-cd/issues/16007
This could be rather easily integrated after we implement https://github.com/argoproj/argo-cd/pull/14964
Summary
Git 2.34 now supports signing commits with SSH keys instead of GPG It would be nice to verify commits by SSH key, like they are with GPG keys.
Motivation
Signing with ssh key is a simpler alternative to signing with a gpg key
relevant GitHub discussion: https://github.com/github/feedback/discussions/7744
Proposal
This can be implemented much the same way as GPG key checks are done.