mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-08 23:06:03 +02:00
In #1030, the fix was done without aware of the context that traefik forward auth mode did allow request without the "?uri=". Previosuly, this is done in proxy, and by converting the forward auth request to actual request. The fix is #1030 prevent this conversion, to makre authorize service aware of which is forward auth request. But that causes traefik forward auth without "?uri" stop working. Fixing it by making the authorize service also honor the forwarded uri header, too. Fixes #1096 |
||
---|---|---|
.. | ||
forward_auth.go | ||
forward_auth_test.go | ||
handlers.go | ||
handlers_test.go | ||
middleware.go | ||
middleware_test.go | ||
proxy.go | ||
proxy_test.go |