-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add sshkey option for git based formula dependencies. #302
base: master
Are you sure you want to change the base?
Add sshkey option for git based formula dependencies. #302
Conversation
Ai, I've noticed it needs a bit more work to contruct proper commands when mixing https/ssh and authn. Please stay tuned for a update |
I have added a commit with a verified pgp signature. I do not understand why the GPG is now failing? |
The other commits aren't signed, that's why. If you rebase you should be fine. |
@s0undt3ch,
|
|
f6e40db
to
0eb7d5a
Compare
So close, yet so far... :) |
0eb7d5a
to
610278a
Compare
The build fails now on ubuntu because:
And ubuntu 18.04
|
Sorry, we now have conflicts, could you please resolve them? |
Back to fixing the build.... |
979394a
to
002223c
Compare
Hi all,
At our company we have our salt-formula's in private git repo's and need to authenticate with a deploy key before we can access them. This PR adds the possibility to use ssh deploy keys for dependencies.
You can specify a key per repo as follows:
The only problem I have for now is that this PR needs git version >= 2.3.0 because it relies on the
GIT_SSH_COMMAND
environment variable. This ssh version is for example not available on CentOS 7.I am not a developer by trade so let me know if it needs some polishing.
Thanks for considering.