tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Install apps from private repositories #84

Closed jvictorsoto closed 8 years ago

jvictorsoto commented 8 years ago

I tried to install private apps and looks like is possible using the sintax https://user:pwd@repourl Main problem is that the password is stored plain in the url of the repo, and its even vissible from the web-site. Is there any plan to allow auth in git when installing apps?

achingbrain commented 8 years ago

If you configure ssh for the user guvnor runs as to have access to private repos you should be able to use the ssh:// scheme instead of https:// and not have the users' credentials in the url.

jvictorsoto commented 8 years ago

Sorry for delay replying, @achingbrain works like a charm.