-
Notifications
You must be signed in to change notification settings - Fork 686
Description
Describe the bug
If you create a local key in ecdsa-sha2-nistp256 form and attempt to lodge it to the cluster secret using "--private-key-file=~/.ssh/id_ecdsa" format, flux CLI fails with failed to open private key file: open ~/.ssh/id_ecdsa: no such file or directory
Steps to reproduce
- Create at an ecdsa key pair -
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa - Attempt to lodge the secret key in cluster with :
flux create secret git <secret_name> --url=ssh://[email protected]/<org>/<git_repo>.git --private-key-file=~/.ssh/id_ecdsa -n <namespace> - Flux cli errors out
Expected behavior
Flux CLI accepts the ecdsa-sha2-nist256p key stored in ~/.ssh/id_ecdsa
Screenshots and recordings
No response
OS / Distro
Ubuntu 22.04
Flux version
flux: v2.7.2
Flux check
► ghcr.io/fluxcd/notification-controller:v1.4.0
✔ source-controller: deployment ready
► ghcr.io/fluxcd/source-controller:v1.4.1
► checking crds
✔ alerts.notification.toolkit.fluxcd.io/v1beta3
✔ buckets.source.toolkit.fluxcd.io/v1
✔ gitrepositories.source.toolkit.fluxcd.io/v1
✔ helmcharts.source.toolkit.fluxcd.io/v1
✔ helmreleases.helm.toolkit.fluxcd.io/v2
✔ helmrepositories.source.toolkit.fluxcd.io/v1
✔ imagepolicies.image.toolkit.fluxcd.io/v1beta2
✔ imagerepositories.image.toolkit.fluxcd.io/v1beta2
✔ imageupdateautomations.image.toolkit.fluxcd.io/v1beta2
✔ kustomizations.kustomize.toolkit.fluxcd.io/v1
✔ ocirepositories.source.toolkit.fluxcd.io/v1beta2
✔ providers.notification.toolkit.fluxcd.io/v1beta3
✔ receivers.notification.toolkit.fluxcd.io/v1
✔ all checks passed
Git provider
GitHub (Enterprise)
Container Registry provider
No response
Additional context
Leaving out the local key file triggers flux cli to generate a ecdsa-sha2-nistp384 key which can used as deploy key instead and works.
Code of Conduct
- I agree to follow this project's Code of Conduct