1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-11-09 20:15:54 +01:00
Commit graph

10 commits

Author SHA1 Message Date
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
Denis Mishin
99d7a73cef
zero/bundle-download: update metadata ()
* zero/download: refresh metadata

* fix cmp
2024-08-22 16:18:17 -04:00
Caleb Doxsey
1a5b8b606f
core/lint: upgrade golangci-lint, replace interface{} with any ()
* core/lint: upgrade golangci-lint, replace interface{} with any

* regen proto
2024-05-02 14:33:52 -06:00
Caleb Doxsey
ed378af744
core/zero: lower log level () 2024-04-11 15:31:25 -06:00
Denis Mishin
dc7820ea3e
zero/healthchecks: add checks for ability to save bootstrap parameter and bundle status reporting () 2024-04-11 10:47:52 -04:00
Caleb Doxsey
4ac06d3bbd
core/logging: less verbose logs () 2024-03-29 15:26:20 -06:00
Denis Mishin
8a2cf3faf2
zero: add more verbose logging about background control loops () 2023-12-05 11:22:01 -05:00
Denis Mishin
7e2532f644
zero/bundle-reconciler: better code reuse () 2023-11-21 14:32:52 -05:00
Denis Mishin
60ab9dafbe zero: report resource bundle reconciliation status ()
* zero: report resource bundle reconciliation status

* use latest zero-sdk
2023-11-15 09:21:56 -08:00
Denis Mishin
ea8762d706 zero: resource bundle reconciler () 2023-11-15 09:21:56 -08:00