1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-19 12:07:18 +02:00
Commit graph

6 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
0503b41108
zero/connect: add re-run health checks command ()
* zero/connect: add run health checks and shutdown commands

* fix proto

* trigger re-run on command

* add handler

* rename runPeriodicHealthChecksLeased
2024-08-22 16:17:53 -04:00
Denis Mishin
15dc77e19d
connect/client: ignore unknown message types () 2024-08-16 16:33:06 -04:00
Denis Mishin
c1dec06afa
zero/telemetry: internal envoy stats scraper and metrics producer () 2024-06-16 20:41:05 -04:00
Denis Mishin
e12532ba52
zero/connect: add telemetry request command ()
* zero/connect: add telemetry request command

* rm relabeling
2024-06-10 22:54:02 -04:00
Denis Mishin
b66634d1e6
zero: only leave public packages in pkg/zero () 2023-12-12 14:24:37 -05:00
Renamed from pkg/zero/connect-mux/messages.go (Browse further)