-
Notifications
You must be signed in to change notification settings - Fork 347
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
api: support setting trusted CIDRs #4500
base: main
Are you sure you want to change the base?
Conversation
f83970d
to
93e0306
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4500 +/- ##
=======================================
Coverage ? 65.50%
=======================================
Files ? 211
Lines ? 31858
Branches ? 0
=======================================
Hits ? 20870
Misses ? 9745
Partials ? 1243 ☔ View full report in Codecov by Sentry. |
e3454ff
to
8762bd5
Compare
Wanted to add docs after implementation is done but looks like a recent gen check is not allowing me to do that. |
c9233b4
to
3c83553
Compare
9ca481c
to
ecbd701
Compare
41d8653
to
7ab024c
Compare
7ab024c
to
a57806b
Compare
c93d737
to
ef7b486
Compare
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.
A nit on the comments, it's non-blocking.
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
ef7b486
to
067756f
Compare
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.
The API LGTM, thanks!
Let's hold off on merging API and feature PRs until v1.2 is released to simplify cherry picking |
What type of PR is this?
api: support setting trusted CIDRs
What this PR does / why we need it:
To configure Envoy API's xff_trusted_cidrs param.
Which issue(s) this PR fixes:
Ref #4489
Release Notes: Yes