Skip to content

Commit

Permalink
Disabled by default comment applies to only one filter (envoyproxy#29852
Browse files Browse the repository at this point in the history
)

disabled-by-default comment applies to only one filter

Signed-off-by: Raven Black <[email protected]>
  • Loading branch information
ravenblackx authored Sep 28, 2023
1 parent fcf17c9 commit 2bfabb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/extensions/extensions_build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ EXTENSIONS = {
"envoy.filters.http.json_to_metadata": "//source/extensions/filters/http/json_to_metadata:config",
"envoy.filters.http.jwt_authn": "//source/extensions/filters/http/jwt_authn:config",
"envoy.filters.http.rate_limit_quota": "//source/extensions/filters/http/rate_limit_quota:config",
# Disabled by default. These filters are not built into most prebuilt images.
# For instructions for building with the filters enabled, see
# Disabled by default. kill_request is not built into most prebuilt images.
# For instructions for building with disabled-by-default filters enabled, see
# https://github.com/envoyproxy/envoy/blob/main/bazel/README.md#enabling-and-disabling-extensions
"envoy.filters.http.kill_request": "//source/extensions/filters/http/kill_request:kill_request_config",
"envoy.filters.http.local_ratelimit": "//source/extensions/filters/http/local_ratelimit:config",
Expand Down

0 comments on commit 2bfabb5

Please sign in to comment.