-
Notifications
You must be signed in to change notification settings - Fork 72
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 clone: Certificate #298
Comments
What is the format of the private key you are making use of? |
It's a public and private key, also with a known_hosts, generated using ed25519
|
Think you are running into fluxcd/source-controller#445, and the private key format is the problem. We have been working on trying to move from Until then, the best option is likely to move to ECDSA, which should work properly. Know this isn't the best answer, and I am sorry for the inconvenience. |
Hmm, I just updated the key to ecdsa and I'm still seeing the same error - |
I moved to a PAT and HTTPS and that seems to have fixed it. It's not ideal, but it's solved the problem for now |
@charlie-haley 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 |
As mentioned above, version Closing for lack of activity. If the error persists on the latest version of |
I've recently configured image update automations on one of our clusters, all the image repositories and image policies seem to reconcile fine.
However the images never updated and I get this event from the
ImageUpdateAutomation
-unable to clone: Certificate
It's referencing the same
GitRepository
we use in our Flux Kustomizations (which work perfectly)Here's the Git
Flux version: 0.25.2
Image controller: 0.19.0
The text was updated successfully, but these errors were encountered: