pomerium/internal/urlutil
Joe Kralicky 396c35b6b4
New tracing system (#5388)
* update tracing config definitions

* new tracing system

* performance improvements

* only configure tracing in envoy if it is enabled in pomerium

* [tracing] refactor to use custom extension for trace id editing (#5420)

refactor to use custom extension for trace id editing

* set default tracing sample rate to 1.0

* fix proxy service http middleware

* improve some existing auth related traces

* test fixes

* bump envoyproxy/go-control-plane

* code cleanup

* test fixes

* Fix missing spans for well-known endpoints

* import extension apis from pomerium/envoy-custom
2025-01-21 13:26:32 -05:00
..
errors.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
hostedauthenticate.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
hostedauthenticate_test.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
known.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00
known_test.go change Policy.Matches to accept a URL pointer (#5360) 2024-11-07 14:55:44 -05:00
proxy.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
query_params.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
signed.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
signed_test.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
time.go urlutil: add time validation functions (#3776) 2022-12-02 11:42:56 -07:00
time_test.go urlutil: add time validation functions (#3776) 2022-12-02 11:42:56 -07:00
url.go UDP support (#5390) 2024-12-11 13:07:31 -07:00
url_test.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
whitelist.go proxy: restrict programmatic URLs to localhost (#2049) 2021-04-01 10:04:49 -04:00
whitelist_test.go proxy: restrict programmatic URLs to localhost (#2049) 2021-04-01 10:04:49 -04:00