From 63dd8fbc7bd7826ebf023a363292945c72adcbcc Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Mon, 19 Sep 2022 03:03:02 +0000 Subject: [PATCH] docs: Fix link to AttributeContext.HttpRequest.body (#23151) Risk Level: N/A Testing: N/A Docs Changes: This is a small docs change Signed-off-by: Dhi Aurrahman Mirrored from https://github.com/envoyproxy/envoy @ 4c0e53d8cee46d9d886ceed011b1a52000d261cf --- envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto index d3d27f9f..3f4fd592 100644 --- a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto +++ b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto @@ -173,8 +173,8 @@ message BufferSettings { // If true, the body sent to the external authorization service is set with raw bytes, it sets // the :ref:`raw_body` - // field of HTTP request attribute context. Otherwise, :ref:` - // body` will be filled + // field of HTTP request attribute context. Otherwise, :ref:`body + // ` will be filled // with UTF-8 string request body. bool pack_as_bytes = 3; }