Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

e2e: fix authentication issue on git clone #180

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

richardcase
Copy link
Contributor

In the 15_upgrade tests when it was doing a git clone it would
report Too many authentication failures if there are a number
of different ssh keys on the system. As the tests use a generated
key pair we can tell ssh to only use the supplied identity file and
not try all found keys.

Relates to: #179

@hiddeco hiddeco changed the title fix: authentication issue in e2e test e2e: fix authentication issue on git clone Jan 7, 2020
@hiddeco hiddeco added the build About the build or test scaffolding label Jan 7, 2020
In the `15_upgrade` tests when it was doing a git clone it would
report `Too many authentication failures` if there are a number
of different ssh keys on the system. As the tests use a generated
key pair we can tell ssh to only use the supplied identity file and
not try all found keys.

Relates to: fluxcd#179
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @richardcase. Much appreciated that you took the time to get to the bottom of this 🌷

@hiddeco hiddeco merged commit 5a60a1b into fluxcd:master Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build About the build or test scaffolding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants