refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

Scottx611x/add remote user #119

Closed scottx611x closed 6 years ago

scottx611x commented 6 years ago

After switching to the new proxy django-revproxy, requesting user information is not pass along with the proxied request by default. Instantiating the ProxyView with add_remote_user=True changes that

@mccalluc I got stuck when it came to updating the doctests, but this isn't a high priority right now. Just going t use an earlier version in Refinery for now.

mccalluc commented 6 years ago

Found a simpler fix, as discussed.