mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
449 stars 300 forks source link

utils: send auth to any host redirected to #633

Closed jkoelker closed 5 years ago

jkoelker commented 5 years ago

Curl will not send the auth credentials to a host that it has been redirected to by default. Set pycurl.UNRESTRICTED_AUTH which is the option for --location-trusted to allow sending the name + password to all hosts that the site may redirect to.

Fixes: #632

mesosphere-ci commented 5 years ago

Can one of the admins verify this patch?