-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http: making the admission control filter a dual filter #23071
Conversation
c78ac96
to
f691061
Compare
Hey @phlax can you look at this vs prior push: one failed format due to flags errors and the other succeeded |
64ca071
to
8469d6d
Compare
Signed-off-by: Alyssa Wilk <[email protected]>
8469d6d
to
de4f68e
Compare
Awesome. I had no idea that upstream filters would move so fast. 👍 Thank you so much. |
/wait on other PR |
https://github.com/envoyproxy/envoy/blob/main/source/docs/upstream_filters.md calls out how to convert filters to dual filters and notes that init_manager and stats must come from DualInfo This pr actually adds stats to DualInfo for use in #23071 and updates docs for filter conversion Risk Level: low Testing: updated unit test Docs Changes: n/a Release Notes: n/a Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This is a revival of envoyproxy#25535 with changes for previous review comments. Risk level: low Testing: integration tested Docs changes: n/a Release notes: makes the ext_authz filter a dual filter. See also: envoyproxy#23071 (model), envoyproxy#10455 Signed-off-by: Eugene Chan <[email protected]>
This is a revival of #25535 with changes for previous review comments. Risk level: low Testing: integration tested Docs changes: n/a Release notes: makes the ext_authz filter a dual filter. See also: #23071 (model), #10455 Signed-off-by: Eugene Chan <[email protected]> Signed-off-by: pianiststickman <[email protected]> Co-authored-by: Greg Greenway <[email protected]>
Risk Level: low
Testing: integration tested
Docs Changes: n/a
Release Notes: inline
Part of #10455