1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-25 06:57:11 +02:00
pomerium/internal/zero
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
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 () 2024-10-09 18:51:56 -04:00
apierror zero: generate error methods for response types () 2024-08-30 16:21:43 -04:00
bootstrap Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
cmd Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
connect-mux Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
controller Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
grpcconn zero: add user-agent to requests () 2024-04-19 11:33:43 -04:00
healthcheck Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
reconciler Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
telemetry Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
token zero/api: reset token and url cache if 401 is received () 2024-09-03 15:40:28 -04:00