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

Rev proxy loses user information? #145

Closed mccalluc closed 6 years ago

mccalluc commented 6 years ago

@scottx611x : Does this sound right?

With revproxy, django user information is being lost: If I remember correctly, the first request against an app works, but subsequent requests have lost their user, and so on Refinery they don't have privs any longer.

My thinking is that there are two first steps that can be done in parallel:

mccalluc commented 6 years ago

Believe this was actually a probably with how requests were made in one particular application. Resolved here: https://github.com/hms-dbmi/higlass/pull/270