pomerium/internal/zero/cmd
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
..
command_import.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
command_root.go Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00
env.go Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00
env_test.go core/zero: add support for managed mode from config file (#4756) 2023-11-17 09:04:59 -07:00
run.go Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00