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; }