Add sshkey option for git based formula dependencies.#302
Add sshkey option for git based formula dependencies.#302jzandbergen wants to merge 9 commits intosaltstack:masterfrom
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_COMMANDenvironment 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.