consul/agent/proxycfg
Riddhi Shah 345191a0df
Service http checks data source for agentless proxies (#14924)
Adds another datasource for proxycfg.HTTPChecks, for use on server agents. Typically these checks are performed by local client agents and there is no equivalent of this in agentless (where servers configure consul-dataplane proxies).
Hence, the data source is mostly a no-op on servers but in the case where the service is present within the local state, it delegates to the cache data source.
2022-10-12 07:49:56 -07:00
..
internal/watch
connect_proxy.go Service http checks data source for agentless proxies (#14924) 2022-10-12 07:49:56 -07:00
data_sources.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
data_sources_oss.go
ingress_gateway.go
manager.go
manager_test.go
mesh_gateway.go Simplify mgw watch mgmt 2022-10-07 08:54:37 -06:00
mesh_gateway_oss.go
naming.go
naming_oss.go
naming_test.go
proxycfg.go
snapshot.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
state.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
state_oss_test.go
state_test.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
terminating_gateway.go
testing.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
testing_connect_proxy.go
testing_ingress_gateway.go Configure Envoy alpn_protocols based on service protocol (#14356) 2022-10-10 13:13:56 -07:00
testing_mesh_gateway.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
testing_oss.go
testing_peering.go
testing_terminating_gateway.go
testing_tproxy.go
testing_upstreams.go
upstreams.go