-
Notifications
You must be signed in to change notification settings - Fork 70
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
"Unable to extract public key from private key" for ed25519 #186
Comments
Exactly the same issue here.
I will try the work around to confirm it fixes it for us too. Edit: Deleting flux-system secret and switching to the RSA key works. |
We think this should have been solved in |
@hiddeco unfortunately no luck for me:
|
I saw the same with the latest flux image, but was able to work around it by replacing the secret with a custom one featuring an SSH key that I generated on a machine. It appears as though the private key wasn't in the standard |
The latest release of the image-automation-controller ( |
Today we are releasing version v0.21.0 which consolidates the git implementation and upgrade libgit2 to version Can you test it again using the version |
The changes introduced on Closing this due to lack of activity, but happy to re-open in case users are still experiencing the issue on the latest versions of the controller. |
If an ed25519 SSH key is created during
flux bootstrap
adding aImagePolicy
causes the following error to be producer by the image-automation-contoller:Deleting the flux-system secret and changing to an RSA key (by not passing any argument to
flux bootstrap
) appears to fix the issue.The text was updated successfully, but these errors were encountered: