redhat-cip / config-tools

Config Tools
8 stars 11 forks source link

Add the ability to retrieve artefacts from password protected public http servers #55

Closed joehakimrahme closed 9 years ago

joehakimrahme commented 9 years ago

Some tools like download.sh or inception.sh need to download artefacts from public servers, some of which can be password protected.

It would be nice to have the ability to configure these tools to be able to give usernames and passwords to the wget calls.

EmilienM commented 9 years ago

discussed IRL about it, we can use auth directly in the URL.

joehakimrahme commented 9 years ago

For the record, if anybody ever reads this, here's how to format your URL for it:

http://user:password@host:port