This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
envoy|catalog: use TrafficMatch to build inbound filter config (#4814)
Similar to how outbound filter config is built, this change relies on the TrafficMatch type to build inbound filter configs. The TrafficMatch has a 1-1 mapping to an Envoy filter_chain config. This is necessary to be able to cleanly apply TrafficMatch based policies (e.g. rate limiting) without needing to rely on multiple catalog APIs. Part of #2018 Signed-off-by: Shashank Ram <shashr2204@gmail.com>
- Loading branch information
1 parent
c90f07a
commit 3f72969
Showing
5 changed files
with
132 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.