pomerium/internal/controlplane
Cuong Manh Le 4d5edb0d64
Feature/remove request headers (#822)
* config: add RemoveRequestHeaders

Currently, we have "set_request_headers" config, which reflects envoy
route.Route.RequestHeadersToAdd. This commit add new config
"remove_request_headers", which reflects envoy RequestHeadersToRemove.

This is also a preparation for future PRs to implement disable user
identity in request headers feature.

* integration: add test for remove_request_headers
* docs: add documentation/changelog for remove_request_headers
2020-06-03 07:46:51 -07:00
..
luascripts authorize: add client mTLS support (#751) 2020-05-21 16:01:07 -06: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 Fix missing/incorrect grpc labels (#804) 2020-05-29 15:57:58 -04:00
xds.go xds: use ipv4 address when ipv6 is disabled (#823) 2020-06-02 13:05:44 -06:00
xds_cluster_test.go xds: force ipv4 for localhost to workaround ipv6 issue in docker compose (#819) 2020-06-01 08:58:28 -06:00
xds_clusters.go xds: force ipv4 for localhost to workaround ipv6 issue in docker compose (#819) 2020-06-01 08:58:28 -06:00
xds_listeners.go xds: add catch-all for pomerium routes (#789) 2020-05-27 09:12:04 -06:00
xds_listeners_test.go cache: fix closing too early (#791) 2020-05-27 11:28:08 -06:00
xds_lua.go envoy: fix lua warning (#731) 2020-05-19 10:21:50 -06:00
xds_routes.go Feature/remove request headers (#822) 2020-06-03 07:46:51 -07:00
xds_routes_test.go Feature/remove request headers (#822) 2020-06-03 07:46:51 -07:00