pomerium/internal/authenticateflow
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
..
authenticateflow.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
identityprofile.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
identityprofile_test.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
request.go authenticateflow: add stateful flow (#4822) 2023-12-07 09:54:42 -08:00
request_test.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
stateful.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
stateful_test.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
stateless.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00