This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
oslokommune/okctl#894 introduces the ed25519 algorithm for deploy keys. We need to upgrade existing deploy keys, which uses an old algorithm, which will be deprecated by GitHub soon.
This upgrade deletes any previous existing deploy keys in GitHub for this cluster, and then creates one deploy key. It imports a version of Okctl that uses the new ed25519 algorithm.
Motivation and Context
https://trello.com/c/9GxBElfD/498-argocd-stops-working-2022-03-15-due-to-old-format-of-deploy-key
How to prove the effect of this PR?
Additional info
Upgrade for oslokommune/okctl#894
Documentation: https://okctl-2.ghost.io/ghost/#/editor/post/62066142c91338003b4883e2
Types of changes