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

Feature request: use Npm download mecanism instead of Http request #52

Closed
jmorille opened this issue Mar 20, 2015 · 8 comments
Closed

Comments

@jmorille
Copy link

Like discut in

Not use Http request to download plugins but use the npm registry mecanim by putting them in the heroku registry.

That will permit to secure, cache and accelerate the installation procedure (thank to enterprise npm registry).

That permit to be used in company with Business Continuity Plan (BCP) constraint or behind a corporate firewall.

@bermi
Copy link
Owner

bermi commented Apr 20, 2015

@jmorille Would this imply that we'd be on the hook for keeping a copy of SC on npm? Would it work for you to specify the path to sauce connect via an environment variable and skip the download process?

@sebv
Copy link
Collaborator

sebv commented Apr 22, 2015

I guess it'll be best to get rid of the post-install trigger, and move it to a custom script. To do that using an environment variable is not great.

@jmorille
Copy link
Author

sorry for my late response, I come back from vacancies...

I would like that the download mecanism use the npm configuration, in order to pass by me corporate proxy cache (Sonatype Nexus), with respect of NPM download convention, to have a local cache.
THe actual mecanism use a direct download, that don't pass the proxy configuration and not use the local Npm registry.

@sonnyking
Copy link

Yes, this issue is preventing a fortune 100 enterprise from adopting WCT, hundreds of developers.

@mdwragg
Copy link

mdwragg commented Sep 3, 2015

@sonnyking 👍

@Jonahss
Copy link
Contributor

Jonahss commented Sep 8, 2015

Ah I see. Sounds like a good thing to fix.

@panuhorsmalahti
Copy link

👍

@johanneswuerbach
Copy link
Collaborator

Closing as sauce-connect-launcher supports http proxies now: #80

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

8 participants