pomerium/proxy
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
..
data.go core/proxy: fix is-enterprise check (#5295) 2024-09-19 13:10:45 -06:00
data_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
handlers.go core/proxy: support loading sessions from headers and query string (#5291) 2024-09-19 09:23:13 -06:00
handlers_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
proxy.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
proxy_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
state.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00