File tree 4 files changed +4
-4
lines changed
website/source/docs/connect/proxies
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ type ConfigManager interface {
109
109
// server is started.
110
110
//
111
111
// A full description of the XDS protocol can be found at
112
- // https://github.com/ envoyproxy/data-plane-api/blob/master/XDS_PROTOCOL.md
112
+ // https://www. envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol
113
113
type Server struct {
114
114
Logger * log.Logger
115
115
CfgMgr ConfigManager
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) {
196
196
// all the others (same version) but NACK the listener. This is the most
197
197
// subtle part of xDS and the server implementation so I'll elaborate. A full
198
198
// description of the protocol can be found at
199
- // https://github.com/ envoyproxy/data-plane-api/blob/master/XDS_PROTOCOL.md.
199
+ // https://www. envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol
200
200
// Envoy delays making a followup request for a type until after it has
201
201
// processed and applied the last response. The next request then will include
202
202
// the nonce in the last response which acknowledges _receiving_ and handling
Original file line number Diff line number Diff line change 3
3
// Discovery Service (ADS) only as we control all config.
4
4
//
5
5
// A full description of the XDS protocol can be found at
6
- // https://github.com/ envoyproxy/data-plane-api/blob/master/XDS_PROTOCOL.md
6
+ // https://www. envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol
7
7
//
8
8
// xds.Server also support ext_authz network filter API to authorize incoming
9
9
// connections to Envoy.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Consul Connect has first class support for using
12
12
[ Envoy] ( https://www.envoyproxy.io ) as a proxy. Consul configures Envoy by
13
13
optionally exposing a gRPC service on the local agent that serves [ Envoy's xDS
14
14
configuration
15
- API] ( https://github.com/ envoyproxy/data-plane-api/blob/master/XDS_PROTOCOL.md ) .
15
+ API] ( https://www. envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol ) .
16
16
17
17
Consul can configure Envoy sidecars to proxy http/1.1, http2 or gRPC traffic at
18
18
L7 or any other tcp-based protocol at L4. Prior to Consul 1.5.0 Envoy proxies
You can’t perform that action at this time.
0 commit comments