From 2ce45e5343775c6c7f85d0ab24e4a06224846c1d Mon Sep 17 00:00:00 2001 From: Nathan Fudenberg Date: Wed, 4 Dec 2024 09:40:52 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b94985..160bc80 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Example gRPC services that implement the interface used by Envoy's [External Processing filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_proc_filter) -Currently the examples in this repo are used to support the Gloo Gateway [ExtProc documentation](https://docs.solo.io/gateway/latest/traffic-management/extproc/header-manipulation/) and Solo [blogs](https://www.solo.io/blog/extproc-info-leakage/). +Currently the examples in this repo are used to support the Gloo Gateway [ExtProc documentation](https://docs.solo.io/gateway/latest/traffic-management/extproc/header-manipulation/) and Solo [blogs](https://www.solo.io/blog/solving-an-information-leakage-problem-with-the-envoy-extproc-filter-and-kube-gateway-api). -These examples should only be considered sample code for Gloo Gateway enterprise users. They are not a supported component of any Gloo Gateway product. Do NOT use any of these examples in production systems. \ No newline at end of file +These examples should only be considered sample code for Gloo Gateway enterprise users. They are not a supported component of any Gloo Gateway product. Do NOT use any of these examples in production systems. From 6a47ebb5a0f2a1f67784b6a033fb850c8ba6f014 Mon Sep 17 00:00:00 2001 From: Nathan Fudenberg Date: Wed, 12 Feb 2025 10:14:16 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jenny Shu <28537278+jenshu@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 160bc80..7b85950 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Example gRPC services that implement the interface used by Envoy's [External Processing filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_proc_filter) -Currently the examples in this repo are used to support the Gloo Gateway [ExtProc documentation](https://docs.solo.io/gateway/latest/traffic-management/extproc/header-manipulation/) and Solo [blogs](https://www.solo.io/blog/solving-an-information-leakage-problem-with-the-envoy-extproc-filter-and-kube-gateway-api). +Currently the examples in this repo are used to support the Gloo Gateway [ExtProc documentation](https://docs.solo.io/gateway/latest/traffic-management/extproc/) and Solo [blogs](https://www.solo.io/blog/solving-an-information-leakage-problem-with-the-envoy-extproc-filter-and-kube-gateway-api). These examples should only be considered sample code for Gloo Gateway enterprise users. They are not a supported component of any Gloo Gateway product. Do NOT use any of these examples in production systems.