Allow authentication tokens to make it through nginx proxy #691
Labels
area: deployment
Production or Staging deployment
area: web server
Issues related to the web server
type: bug
Something isn't working
type: security
Security concerns
Our login on staging doesn't work correctly anymore:
I think the issue here is that our HTTPS ngnix reverse proxy to the node app is not allowing authentication headers to pass through to the client.
I'm not 100% how to fix this. Some initial reading points at http://nginx.org/en/docs/http/ngx_http_auth_request_module.html and also these extra nginx config settings:
We might also need to do something in our node app to have it trust tokens that have come across from a proxy.
The text was updated successfully, but these errors were encountered: