Skip to content

Commit

Permalink
Revert buffer filter visibility back to public (#12579)
Browse files Browse the repository at this point in the history
Commit Message: Revert buffer filter visibility back to public
Additional Description: After bringing in #12337, we are unable to build the router check tool as we build it with the buffer filter extension, which is no longer visible to the target we use. This change reverts the visibility change for the buffer filter back to public.
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Part of #12444

Signed-off-by: Lisa Lu <lisalu@lyft.com>
  • Loading branch information
Lisa Lu authored Aug 11, 2020
1 parent 7cce05a commit 573170b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/extensions/filters/http/buffer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ envoy_cc_extension(
hdrs = ["config.h"],
security_posture = "robust_to_untrusted_downstream",
# Legacy test use. TODO(#9953) clean up.
visibility = [
"//:extension_config",
"//test:__subpackages__",
],
deps = [
"//include/envoy/registry",
"//source/extensions/filters/http:well_known_names",
Expand Down

0 comments on commit 573170b

Please sign in to comment.