pomerium/internal/controlplane
Cuong Manh Le 489cdd8b63
internal/controlplane: using envoy strip host port matching (#1126)
* internal/controlplane: using envoy strip host port matching

With envoy 1.15.0 release, strip host port matching setting allows
incoming request with Host "example:443" will match again route with
domains match set to "example".

Not that this is not standard HTTP behavior, but it's more convenient
for users.

Fixes #959

* docs/docs: add note about enable envoy strip host port matching
2020-07-22 23:51:57 +07:00
..
luascripts authorize/evaluator/opa/policy: fix allow rules with impersonate (#1094) 2020-07-17 22:07:11 +07:00
grpc_accesslog.go envoy: add duration and size to access log (#735) 2020-05-19 12:11:48 -06:00
grpc_xds.go envoy: support autocert (#695) 2020-05-18 17:10:10 -04:00
http.go envoy: use envoy request id for logging across systems with http and gRPC (#691) 2020-05-18 17:10:10 -04:00
server.go options refactor (#1088) 2020-07-16 14:30:15 -06:00
xds.go config: add a consistent route ID (#905) 2020-06-16 09:20:18 -04:00
xds_cluster_test.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
xds_clusters.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
xds_listeners.go internal/controlplane: using envoy strip host port matching (#1126) 2020-07-22 23:51:57 +07:00
xds_listeners_test.go internal/controlplane: using envoy strip host port matching (#1126) 2020-07-22 23:51:57 +07:00
xds_lua.go envoy: fix lua warning (#731) 2020-05-19 10:21:50 -06:00
xds_routes.go internal/controlplane: set envoy prefix rewrite if present (#1034) 2020-07-03 09:35:36 +07:00
xds_routes_test.go internal/controlplane: set envoy prefix rewrite if present (#1034) 2020-07-03 09:35:36 +07:00