ukwa / ukwa-services

Deployment configuration for all UKWA services stacks.
Apache License 2.0
4 stars 5 forks source link

Switch to http_auth_request_module for QA Wayback #30

Closed anjackson closed 2 years ago

anjackson commented 3 years ago

There are problems with the QA Wayback proxy in W3ACT - it struggles already, but will definately struggle with POST requests that PyWB can now support. We can check user cookies at the NGINX level via a cached sub-request.

See:

anjackson commented 3 years ago

This works on DEV, though note that this needs a new release of W3ACT as a specific authorisation API needed to be added to it so this could work.

anjackson commented 3 years ago

Note that W3ACT also has a basic proxy for talking to the pdf2html service:

https://github.com/ukwa/w3act/blob/2297b8b152fa5f703cdd9ced6bb2ed212011f5f7/app/controllers/WSProxy.java#L32

This could be done via NGINX instead. Similarly, having got this working, other services can easily be added in and secured in the same way.

anjackson commented 2 years ago

Recent release of W3ACT stack includes this method authentication.