Skip to content

Commit

Permalink
build: enable rbac filters
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and jrajahalme committed Sep 16, 2024
1 parent d1dd9bb commit 4eb5d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions envoy_build_config/extensions_build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ EXTENSIONS = {
# "envoy.filters.http.on_demand": "//source/extensions/filters/http/on_demand:config",
# "envoy.filters.http.original_src": "//source/extensions/filters/http/original_src:config",
"envoy.filters.http.ratelimit": "//source/extensions/filters/http/ratelimit:config",
# "envoy.filters.http.rbac": "//source/extensions/filters/http/rbac:config",
"envoy.filters.http.rbac": "//source/extensions/filters/http/rbac:config",
"envoy.filters.http.router": "//source/extensions/filters/http/router:config",
"envoy.filters.http.set_filter_state": "//source/extensions/filters/http/set_filter_state:config",
"envoy.filters.http.set_metadata": "//source/extensions/filters/http/set_metadata:config",
Expand Down Expand Up @@ -207,7 +207,7 @@ EXTENSIONS = {
"envoy.filters.network.mongo_proxy": "//source/extensions/filters/network/mongo_proxy:config",
"envoy.filters.network.mysql_proxy": "//contrib/mysql_proxy/filters/network/source:config",
"envoy.filters.network.ratelimit": "//source/extensions/filters/network/ratelimit:config",
# "envoy.filters.network.rbac": "//source/extensions/filters/network/rbac:config",
"envoy.filters.network.rbac": "//source/extensions/filters/network/rbac:config",
# "envoy.filters.network.redis_proxy": "//source/extensions/filters/network/redis_proxy:config",
"envoy.filters.network.tcp_proxy": "//source/extensions/filters/network/tcp_proxy:config",
# "envoy.filters.network.thrift_proxy": "//source/extensions/filters/network/thrift_proxy:config",
Expand Down

0 comments on commit 4eb5d02

Please sign in to comment.