rax-maas / dreadnot

deploy without dread
Apache License 2.0
630 stars 61 forks source link

Proxy enhancements #59

Closed gdusbabek closed 10 years ago

gdusbabek commented 10 years ago

Bugfix: login_required was not being honored when set to false because DN would blow up looking for the htpasswd file. I created a pass-thru auth db that gets used when login_required===false.

Enhancement: if the X-Forwarded-For header is present, use it when login_required=== false.

dlobue commented 10 years ago

+1