github.com/marwan-at-work/consul@v1.4.5/agent/xds/xds.go (about) 1 // Package xds provides an impementation of a gRPC service that exports Envoy's 2 // xDS API for config discovery. Specifically we support the Aggregated 3 // Discovery Service (ADS) only as we control all config. 4 // 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 7 // 8 // xds.Server also support ext_authz network filter API to authorize incoming 9 // connections to Envoy. 10 package xds