-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(argo-cd): Update github SSH key fingerprint #1018
fix(argo-cd): Update github SSH key fingerprint #1018
Conversation
Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
2bb49dd
to
662ba09
Compare
@mbevc1 could you please review this PR? Argo CD is not able to communicate with github right now. |
@hamza3202 thanks for the contribution. Seems old keys have been dropped. Could we remove those and replace third one as well? Burnout plans: https://github.blog/2021-09-01-improving-git-protocol-security-github/ |
@mbevc1 The three signatures added right now are the correct ones. You can generate and compare the fingerprints with the ones provided at https://api.github.com/meta by doing the following
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Thanks for your contribution
It can be a separate PR, but we probable want to clean up old keys as they are not in use any more. Cheers for adding new ones in 👍 |
@mbevc1 which key are you referring to as the |
I reckon those are not used anymore: |
Those are for gitlab not github. |
Ah, your are right. Sorry about that, GH diff got me confused for a bit here :) All good. Thanks again 👍 |
Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
Fixes: /issues/1019
Github has two new fingerprints. This PR adds those fingerprints to default values.
Ref: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
Signed-off-by: Muhammad Hamza Zaib hamzazaib3202@gmail.com
Checklist: