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

envoy: skip upstream handling on shadows #1166

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

mhofstetter
Copy link
Member

@mhofstetter mhofstetter commented Feb 10, 2025

PR #1140 introduced a regression where
logging fails on shadow upstream connections (Detected in Gateway API tests in cilium/cilium).

Therefore this PR is checking for shadowing connections and skips
enforcement & logging on them.

@mhofstetter mhofstetter force-pushed the pr/mhofstetter/revert-conn-log branch from e20ae21 to a77ef27 Compare February 10, 2025 15:31
PR cilium#1140 introduced a regression where
logging fails on shadow upstream connections.

Therefore this log is checking for shadowing connections and skips
enforcement & logging on them.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
@mhofstetter mhofstetter force-pushed the pr/mhofstetter/revert-conn-log branch from a77ef27 to 745d099 Compare February 10, 2025 15:54
@mhofstetter mhofstetter changed the title log: revert conn log envoy: skip upstream handling on shadows Feb 10, 2025
@mhofstetter mhofstetter marked this pull request as ready for review February 10, 2025 15:56
@mhofstetter mhofstetter requested a review from a team as a code owner February 10, 2025 15:56
Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

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

Looks good to me, considered that we have done similar thing in #581

@sayboras sayboras merged commit e85e926 into cilium:main Feb 11, 2025
5 checks passed
@sayboras sayboras mentioned this pull request Feb 11, 2025
1 task
@mhofstetter mhofstetter deleted the pr/mhofstetter/revert-conn-log branch February 11, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants