pomerium/internal/zero/bootstrap
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
..
writers core/zero: add pseudonymization key (#5290) 2024-09-19 14:43:01 -06:00
bootstrap.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
file.go Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00
new.go Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00
new_test.go Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00
source.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
source_test.go Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00