-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Review CanRetrieveAllDeployKeys test #1003
Comments
Why is that? My brain had a core dump and I don't retain any context at all about this code path. 😛 |
@haacked we'd need a way to emulate this sort of operation:
and then use the public key contents |
Hey so as part of working on fixing #1106 I came across this skipped test. At work we use Chillkat.net (x64 x86) when we need to generate SSH keys in c# code... Im not sure if nuget packages work on linux/OSX builds, but then it seems like the Integration Tests dont run on those platforms anyway right? So would chillkat be a viable option? Let me know if I should pursue this... My plan would be to add chillkat nuget reference to |
Sounds good to me. @shiftkey? |
@haacked @ryangribble definitely worth exploring - I stumbled upon it a while ago but got sad at the fact it wasn't OSS. I also have some reservations about the licensing of the components (having been bitten by this in the past) but let's see what comes up. |
Ah, that could be problematic. |
I'll try to find what license pertains to their freeware libraries, like the SSH one I'm referring to |
👋 Hey Friends, this issue has been automatically marked as |
There seems to be a rule here in the vein of "you can't use that SSH key for deployment, it's already been added" - given the rule is based on a static public key from
ssh-keygen
, create a new key in the test might be a bit challenging to do - open to suggestions about how to tackle this.Also relates to #533 because there are other muted tests in here.
The text was updated successfully, but these errors were encountered: