Skip to content

Commit a958297

Browse files
authored
fix: broken ext-proc links (#894)
Signed-off-by: bitliu <[email protected]>
1 parent 84a4a11 commit a958297

File tree

1 file changed

+1
-1
lines changed
  • docs/proposals/004-endpoint-picker-protocol

1 file changed

+1
-1
lines changed

docs/proposals/004-endpoint-picker-protocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ found [here](../../../pkg/epp/).
77
This doc defines the protocol between the EPP and the proxy (e.g, Envoy).
88

99
The EPP MUST implement the Envoy
10-
[external processing service](https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/ext_proc/v3/external_processor) protocol.
10+
[external processing service](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto) protocol.
1111

1212
## Endpoint Subset
1313
For each HTTP request, the proxy CAN communicate the subset of endpoints the EPP MUST pick from by setting an unstructured entry in the [filter metadata](https://github.com/envoyproxy/go-control-plane/blob/63a55395d7a39a8d43dcc7acc3d05e4cae7eb7a2/envoy/config/core/v3/base.pb.go#L819) field of the ext-proc request. The metadata entry for the subset list MUST be wrapped with an outer key (which represents the metadata namespace) with a default of `envoy.lb.subset_hint`.

0 commit comments

Comments
 (0)