pomerium/internal/zero/healthcheck
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
..
check_routes.go zero/connect: add re-run health checks command (#5219) 2024-08-22 16:17:53 -04:00
checks.go zero/connect: add re-run health checks command (#5219) 2024-08-22 16:17:53 -04:00
scheduler.go zero/connect: add re-run health checks command (#5219) 2024-08-22 16:17:53 -04:00
syncer.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00