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

fix(dataplanes): correct MeshService regexp based matching #3240

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Nov 28, 2024

Sometimes clusterNames can have hashes after the port. This means some of our clusterName matching is a little too strict.

This PR remove the "end of line" match from our _msvc_ regexp matching to make sure we also match services with hashes after the port.

Closes #3238

Copy link

netlify bot commented Nov 28, 2024

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit 0401394
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/67489521c393d200089a5309
😎 Deploy Preview https://deploy-preview-3240--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

johncowen and others added 2 commits November 28, 2024 15:46
Signed-off-by: John Cowen <[email protected]>
@johncowen johncowen marked this pull request as ready for review November 28, 2024 16:07
@johncowen johncowen requested a review from a team as a code owner November 28, 2024 16:07
@johncowen johncowen requested review from schogges and removed request for a team November 28, 2024 16:07
Copy link
Contributor

@schogges schogges left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@johncowen johncowen merged commit c3c7164 into kumahq:master Dec 3, 2024
16 checks passed
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.

rules for outbounds on builtin gateway are broken
3 participants