pomerium/internal/zero/controller
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
usagereporter Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
config.go zero: refactor telemetry and controller (#5135) 2024-06-12 21:59:25 -04:00
controller.go core/zero: add pseudonymization key (#5290) 2024-09-19 14:43:01 -06:00
databroker_restart.go zero/telemetry: internal envoy stats scraper and metrics producer (#5136) 2024-06-16 20:41:05 -04:00
databroker_restart_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
leaser.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
mux_log.go zero/connect: add re-run health checks command (#5219) 2024-08-22 16:17:53 -04:00