pomerium/internal/controlplane
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
..
xdsmgr Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
events.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
events_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
grpc_accesslog.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
grpc_accesslog_test.go logs: add ip address to access logs (#4391) 2023-08-09 07:09:00 -06:00
http.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
server.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
server_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
xds.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00