Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 559 files
2 changes: 2 additions & 0 deletions library/common/extensions/filters/http/assertion/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ envoy_cc_extension(
name = "assertion_filter_lib",
srcs = ["filter.cc"],
hdrs = ["filter.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -37,6 +38,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
2 changes: 2 additions & 0 deletions library/common/extensions/filters/http/local_error/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ envoy_cc_extension(
name = "local_error_filter_lib",
srcs = ["filter.cc"],
hdrs = ["filter.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -40,6 +41,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
2 changes: 2 additions & 0 deletions library/common/extensions/filters/http/platform_bridge/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ envoy_cc_extension(
"c_types.h",
"filter.h",
],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -43,6 +44,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
2 changes: 2 additions & 0 deletions library/common/extensions/stat_sinks/metrics_service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ envoy_cc_extension(
name = "mobile_grpc_streamer",
srcs = ["mobile_grpc_streamer.cc"],
hdrs = ["mobile_grpc_streamer.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -45,6 +46,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down