Skip to content
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

Plugin fails to authenticate SSH for ansible-galaxy install #45

Open
markocelan opened this issue Apr 28, 2021 · 0 comments
Open

Plugin fails to authenticate SSH for ansible-galaxy install #45

markocelan opened this issue Apr 28, 2021 · 0 comments

Comments

@markocelan
Copy link

markocelan commented Apr 28, 2021

Plugin fails to git clone roles in requirements.yaml if those roles are not publicly accessible.

Plugin supports private-key parameter which creates /tmp/privateKey* file containing private key for SSH auth, however this parameter is only passed to ansible command.
Unfortunately ansible-galaxy is unaware of this private key and is unable to authenticate.

Expectation:
When plugin excepts private_key parameter I would expect it to use this key consistently across all commands within this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant