Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Qin Qin <qqin@google.com>
  • Loading branch information
qqustc committed Nov 24, 2020
1 parent bf6d7e9 commit 5799de7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Kill Request
===============

The KillRequest filter can be used to crash Envoy when receiving a Kill request.
By default, KillRequest filter is not built into Envoy binary since it is commmented out in *extensions_build_config.bzl*. If you want to use this extenstion, you need to uncomment it in *extensions_build_config.bzl*.
By default, KillRequest filter is not built into Envoy binary since it is removed from *envoy_all_extensions()* in *all_extensions.bzl*. If you want to use this extenstion, please add it in *envoy_all_extensions()*.

Configuration
-------------
Expand All @@ -30,6 +30,7 @@ x-envoy-kill-request
The following is an example configuration:

.. code-block:: yaml
name: envoy.filters.http.kill_request
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.kill_request.v3.KillRequest
Expand Down

0 comments on commit 5799de7

Please sign in to comment.