pomerium/proxy
Cuong Manh Le e8d3ce1a2e
authorize,proxy: allow traefik forward auth without uri query (#1103)
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
2020-07-21 00:58:14 +07:00
..
forward_auth.go authorize,proxy: allow traefik forward auth without uri query (#1103) 2020-07-21 00:58:14 +07:00
forward_auth_test.go proxy: fix invalid session after logout in forward auth mode (#1062) 2020-07-14 01:07:49 +07:00
handlers.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
handlers_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
middleware.go proxy: fix invalid session after logout in forward auth mode (#1062) 2020-07-14 01:07:49 +07:00
middleware_test.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
proxy.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
proxy_test.go envoy: Initial changes 2020-05-18 17:10:10 -04:00