pomerium/config/envoyconfig
Caleb Doxsey 638d9f3d6c
proxy: add support for logging http request headers (#4388)
* config: add customization options for logging

* config: validate log fields

* proxy: add support for logging http request headers

* log subset of headers

* fix test name

* dont use log.HTTPHeaders for access logs

* canonicalize http/2 headers
2023-07-25 09:46:42 -06:00
..
filemgr test: use T.TempDir to create temporary test directory (#3725) 2022-11-08 09:16:32 -07:00
luascripts envoy: add a filter to store client cert info (#4372) 2023-07-19 13:02:13 -07:00
testdata authorize: incorporate mTLS validation from Envoy (#4374) 2023-07-21 12:17:01 -07:00
acmetlsalpn.go autocert: add support for ACME TLS-ALPN (#3590) 2022-08-29 16:19:20 -06:00
acmetlsalpn_test.go autocert: add support for ACME TLS-ALPN (#3590) 2022-08-29 16:19:20 -06:00
bootstrap.go envoy: set re2 limits very high (#4187) 2023-05-23 08:36:17 -06:00
bootstrap_test.go envoy: set re2 limits very high (#4187) 2023-05-23 08:36:17 -06:00
builder.go avoid null reproxy handler (#3345) 2022-05-11 12:16:59 -04:00
clusters.go config: add additional dns lookup families, default to V4_PREFERRED (#3957) 2023-02-10 16:29:23 -07:00
clusters_envoy_admin.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
clusters_test.go config: add additional dns lookup families, default to V4_PREFERRED (#3957) 2023-02-10 16:29:23 -07:00
envoyconfig.go proxy: add support for logging http request headers (#4388) 2023-07-25 09:46:42 -06:00
filters.go authorize: incorporate mTLS validation from Envoy (#4374) 2023-07-21 12:17:01 -07:00
http_connection_manager.go config: simplify default set response headers (#4196) 2023-05-30 17:44:06 -06:00
listeners.go authorize: incorporate mTLS validation from Envoy (#4374) 2023-07-21 12:17:01 -07:00
listeners_envoy_admin.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
listeners_test.go authorize: incorporate mTLS validation from Envoy (#4374) 2023-07-21 12:17:01 -07:00
lua.go envoy: add a filter to store client cert info (#4372) 2023-07-19 13:02:13 -07:00
lua_test.go lua: fix rewrite response headers to handle dashes in URLs (#3980) 2023-02-16 08:51:53 -07:00
outbound.go explicitly list gRPC services accessible via the gRPC listener (#3879) 2023-01-11 12:38:34 -05:00
outbound_test.go explicitly list gRPC services accessible via the gRPC listener (#3879) 2023-01-11 12:38:34 -05:00
per_filter_config.go Merge pull request from GHSA-pvrc-wvj2-f59p 2023-05-26 13:34:21 -07:00
protocols.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
protocols_test.go envoyconfig: preserve case of HTTP headers when using HTTP/1 (#3956) 2023-02-10 16:29:10 -07:00
route_configurations.go config: simplify default set response headers (#4196) 2023-05-30 17:44:06 -06:00
route_configurations_test.go config: simplify default set response headers (#4196) 2023-05-30 17:44:06 -06:00
routes.go config: add support for $pomerium.id_token and $pomerium.access_token in set_request_headers (#4219) 2023-06-01 16:00:02 -06:00
routes_test.go config: add support for $pomerium.id_token and $pomerium.access_token in set_request_headers (#4219) 2023-06-01 16:00:02 -06:00
tls.go envoy: configure upstream IP SAN match as needed (#4380) 2023-07-21 12:02:51 -07:00
tls_test.go envoy: configure upstream IP SAN match as needed (#4380) 2023-07-21 12:02:51 -07:00
tracing.go protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
tracing_test.go envoyconfig: use zipkin tracer (#2265) 2021-06-03 09:28:00 -06:00