Skip to content
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

Merged
merged 2 commits into from
Sep 15, 2022

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented Sep 12, 2022

Risk Level: low
Testing: integration tested
Docs Changes: n/a
Release Notes: inline
Part of #10455

@repokitteh-read-only
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #23071 was opened by alyssawilk.

see: more, trace.

@alyssawilk
Copy link
Contributor Author

Hey @phlax can you look at this vs prior push: one failed format due to flags errors and the other succeeded
CodeChecker ERROR [runtime_guards] Missing from changelogs: envoy_reloadable_features_allow_upstream_filters
reordering shouldn't break or fix so I think there's a bug in the checks

@alyssawilk alyssawilk marked this pull request as ready for review September 14, 2022 12:39
@wbpcode
Copy link
Member

wbpcode commented Sep 14, 2022

Awesome. I had no idea that upstream filters would move so fast. 👍 Thank you so much.

@alyssawilk
Copy link
Contributor Author

/wait on other PR

alyssawilk added a commit that referenced this pull request Sep 14, 2022
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]>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alyssawilk alyssawilk merged commit aa1c71d into envoyproxy:main Sep 15, 2022
@alyssawilk alyssawilk deleted the admission_control branch March 20, 2023 14:39
pianiststickman added a commit to pianiststickman/envoy that referenced this pull request Aug 21, 2023
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]>
alyssawilk pushed a commit that referenced this pull request Sep 18, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants