forked from Netflix/asgard
-
Notifications
You must be signed in to change notification settings - Fork 0
Proxy Support
Markus Krogemann edited this page Jun 11, 2013
·
4 revisions
Basic support for HTTP proxies has been added to Asgard. The support is limited to authentication-free proxies at this time.
In order to make Asgard aware of an HTTP proxy, add a section like the one shown below to the configuration file ~/.asgard/Config.goovy
proxy { host="some-proxy.internal.corporate.com" port=8080 }
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs