pomerium/internal/zero
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
..
api Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00
apierror zero: generate error methods for response types (#5252) 2024-08-30 16:21:43 -04:00
bootstrap Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
cmd Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
connect-mux Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
controller Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
grpcconn zero: add user-agent to requests (#5078) 2024-04-19 11:33:43 -04:00
healthcheck Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
reconciler Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
telemetry Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
token zero/api: reset token and url cache if 401 is received (#5256) 2024-09-03 15:40:28 -04:00