From 268824e4eee3d7770a347a5dc5aaddc0b1b14e24 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Mon, 15 May 2023 19:03:28 +0000 Subject: [PATCH] docs: Fix type URI for custom_response example (#27329) Signed-off-by: pchaseh Mirrored from https://github.com/envoyproxy/envoy @ 54daa8cd0eef38d869a27ae8506ca8de14d07efc --- .../filters/http/custom_response/v3/custom_response.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/extensions/filters/http/custom_response/v3/custom_response.proto b/envoy/extensions/filters/http/custom_response/v3/custom_response.proto index 8f2c1c2b..cd28640f 100644 --- a/envoy/extensions/filters/http/custom_response/v3/custom_response.proto +++ b/envoy/extensions/filters/http/custom_response/v3/custom_response.proto @@ -48,7 +48,7 @@ message CustomResponse { // action: // name: action // typed_config: - // "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.LocalResponsePolicy + // "@type": type.googleapis.com/envoy.extensions.http.custom_response.local_response_policy.v3.LocalResponsePolicy // status_code: 499 // body: // inline_string: "not allowed" @@ -89,7 +89,7 @@ message CustomResponse { // action: // name: action // typed_config: - // "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.RedirectPolicy + // "@type": type.googleapis.com/envoy.extensions.http.custom_response.redirect_policy.v3.RedirectPolicy // status_code: 299 // uri: "https://foo.example/gateway_error" // response_headers_to_add: