-
Notifications
You must be signed in to change notification settings - Fork 703
(release 1-14) Cherrypick #3834 #3964
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
(release 1-14) Cherrypick #3834 #3964
Conversation
Move to Envoy Admin over unix socket to mitigate security issues with external name services. Signed-off-by: Steve Sloka <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release-1.14 #3964 +/- ##
================================================
+ Coverage 76.13% 76.28% +0.14%
================================================
Files 100 100
Lines 7815 7919 +104
================================================
+ Hits 5950 6041 +91
- Misses 1743 1756 +13
Partials 122 122
|
|
@stevesloka I know the E2E stuff didn't cherry-pick |
|
@skriss there are a couple places that are the main bits to look at:
|
skriss
left a comment
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.
LGTM (looked at the diffs of all non-test files compared to #3934)
|
One issue is that on this branch, the manifests have contour image tag v1.14.1, had to manually change that locally to actually test the image in this pr
|
|
made a PR for debugging: #3971 |
|
FYI saw what I think are the same CI issues in my Envoy PRs against release-1.15 and release-1.14: https://github.com/projectcontour/contour/pull/3969/checks?check_run_id=3416335030 and https://github.com/projectcontour/contour/pull/3970/checks?check_run_id=3416341477 |
youngnick
left a comment
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.
This LGTM, let's wait for a report from @sunjayBhatia as to if there are any fixes for the CI failures before merging though.
|
Alright, CI issues have been fixed on this branch and this is all green 🎉 |
Move to Envoy Admin over unix socket to mitigate security issues with external name services. Signed-off-by: Sunjay Bhatia <[email protected]>
Move to Envoy Admin over unix socket to mitigate security issues with external name services.
Signed-off-by: Steve Sloka [email protected]