pomerium/authorize
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
..
evaluator authorize: add evaluator store (#1105) 2020-07-20 07:39:34 -06:00
authorize.go authorize: add evaluator store (#1105) 2020-07-20 07:39:34 -06:00
authorize_test.go options refactor (#1088) 2020-07-16 14:30:15 -06:00
check_response.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
google_cloud_serverless.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
google_cloud_serverless_test.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
grpc.go authorize,proxy: allow traefik forward auth without uri query (#1103) 2020-07-21 00:58:14 +07:00
grpc_test.go authorize,proxy: allow traefik forward auth without uri query (#1103) 2020-07-21 00:58:14 +07:00
run.go authorize: add evaluator store (#1105) 2020-07-20 07:39:34 -06:00
session.go options refactor (#1088) 2020-07-16 14:30:15 -06:00
session_test.go options refactor (#1088) 2020-07-16 14:30:15 -06:00