112 Commits (98dc578e04b75e428c34a43f787955d2f6d98410)

Author SHA1 Message Date
Eric Haberkorn a4d98f3e81
proxycfg: ensure that an irrecoverable error in proxycfg closes the xds session and triggers a replacement proxycfg watcher (#16497) (#17030) 2 years ago
Derek Menteer 6717f6c239
Fix nil-pointer panics from proxycfg package. (#16280) 2 years ago
Dan Upton f8b4b41205
proxycfg: fix goroutine leak when service is re-registered (#14988) 2 years ago
Dan Upton 328e3ff563
proxycfg: rate-limit delivery of config snapshots (#14960) 2 years ago
Dan Upton e6b55d1d81
perf: remove expensive reflection from xDS hot path (#14934) 2 years ago
boruszak 38b1a515f1 Mergimg 2 years ago
DanStough 77ab28c5c7 feat: xDS updates for peerings control plane through mesh gw 2 years ago
Eric Haberkorn 1633cf20ea
Make the mesh gateway changes to allow `local` mode for cluster peering data plane traffic (#14817) 2 years ago
Eric Haberkorn 6570d5f004
Enable outbound peered requests to go through local mesh gateway (#14763) 2 years ago
Daniel Upton 13c04a13af proxycfg: terminate stream on irrecoverable errors 2 years ago
Dan Stough 49f3dadb8f feat: connect proxy xDS for destinations 2 years ago
Chris S. Kim 02cff2394d Use new maps for proxycfg peered data 2 years ago
R.B. Boyer ab758b7b32
peering: allow mesh gateways to proxy L4 peered traffic (#13339) 3 years ago
R.B. Boyer 019aeaa57d
peering: update how cross-peer upstreams and represented in proxycfg and rendered in xds (#13362) 3 years ago
Freddy a09c776645 Update public listener with SPIFFE Validator 3 years ago
Freddy 74ca6406ea
Configure upstream TLS context with peer root certs (#13321) 3 years ago
Dan Upton adeabed126
proxycfg: replace direct agent cache usage with interfaces (#13320) 3 years ago
Dan Upton 2427e38839
Enable servers to configure arbitrary proxies from the catalog (#13244) 3 years ago
Dan Upton d7f8a8e4ef
proxycfg: remove dependency on `cache.UpdateEvent` (#13144) 3 years ago
Chris S. Kim 9791bad136
peering: Make Upstream peer-aware (#12900) 3 years ago
R.B. Boyer 2a56e0055b
proxycfg: change how various proxycfg test helpers for making ConfigSnapshot copies works to be more correct and less error prone (#12531) 3 years ago
freddygv cbea3d203c Fix race of upstreams with same passthrough ip 3 years ago
R.B. Boyer 424f3cdd2c
proxycfg: introduce explicit UpstreamID in lieu of bare string (#12125) 3 years ago
Dhia Ayachi e653f81919
reset `coalesceTimer` to nil as soon as the event is consumed (#11924) 3 years ago
R.B. Boyer 631c649291
various partition related todos (#11822) 3 years ago
Freddy 00b5b0a0a2
Update filter chain creation for sidecar/ingress listeners (#11245) 3 years ago
freddygv 90ce897456 Store GatewayKey in proxycfg snapshot for re-use 3 years ago
freddygv 4d4ccedb3a Update locality check in proxycfg 3 years ago
freddygv 12923f5ebc PR comments 3 years ago
freddygv 7e65678c52 Update mesh gateway proxy watches for partitions 3 years ago
freddygv 62e0fc62c1 Configure sidecars to watch gateways in partitions 3 years ago
Freddy 19f6e1ca31
Log the correlation ID when blocking queries fire (#10689) 3 years ago
Daniel Nephin 6bc5255028 proxycfg: move each handler into a seprate file 3 years ago
Nitya Dhanushkodi 52043830b4 proxycfg: reference to entry in map should not panic 3 years ago
Daniel Nephin e738fa3b80 Replace type conversion with embedded structs 3 years ago
Daniel Nephin 32c15d9a88 proxycfg: split state into kind-specific types 3 years ago
Daniel Nephin cd05df7157 proxycfg: unmethod hostnameEndpoints 3 years ago
Nitya Dhanushkodi b8b44419a0
proxycfg: Ensure that endpoints for explicit upstreams in other datacenters are watched in transparent mode (#10391) 3 years ago
Daniel Nephin 016c5611d1 proxycfg: extract two types from state struct 4 years ago
Daniel Nephin 9c40aa729f proxycfg: pass context around where it is needed 4 years ago
Freddy 429f9d8bb8
Add flag for transparent proxies to dial individual instances (#10329) 4 years ago
Mark Anderson 06f0f79218 Continue working through proxy and agent 4 years ago
Freddy ed1082510d
Fixup discovery chain handling in transparent mode (#10168) 4 years ago
Freddy 078c40425f
Rename "cluster" config entry to "mesh" (#10127) 4 years ago
freddygv 7bd51ff536 Replace TransparentProxy bool with ProxyMode 4 years ago
freddygv b21224a4c8 PR comments 4 years ago
freddygv 49a4a78fd5 Ensure mesh gateway mode override is set for upstreams for intentions 4 years ago
freddygv 5140c3e51f Finish resolving upstream defaults in proxycfg 4 years ago
R.B. Boyer 499fee73b3
connect: add toggle to globally disable wildcard outbound network access when transparent proxy is enabled (#9973) 4 years ago
freddygv eb1e0a1751 Cancel watch on all errors 4 years ago