forked from maistra/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support interop between v2 and v3 EnvoyFilters (#23322)
* Support interop between v2 and v3 EnvoyFilters For istio/istio#19885 This allows support for EnvoyFilters using `any` to work, regardless of Pilot's internal representation as v2 or v3 config. Previously if a user created an EnvoyFilter with a v3 type, it would not be applied, as the internal type Pilot is generating is v2. The same applies to EnvoyFilters with v2 once we move to v3 internally. This change is not like other XDS changes that can be mitigated by proxyMatch, since its an incompatibiltiy with Pilot rather than the proxy/version. * Extend tests, ignore unknown * Change validation test
- Loading branch information
1 parent
aa3183f
commit e0e53ee
Showing
6 changed files
with
177 additions
and
9 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
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