pomerium/internal/zero/connect-mux
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
..
config.go zero/connect: add re-run health checks command (#5219) 2024-08-22 16:17:53 -04:00
messages.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
service.go zero/telemetry: add hostname and version (#5146) 2024-06-24 21:33:37 -04:00