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: for changing pathType between 'Exact' and 'Prefix' #262

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

jonstacks
Copy link
Collaborator

Contributes to #221

What

Updates the logic for matching routes in the spec to existing routes.

How

Since ngrok routes are unique by Match(Path in the Ingress Spec), we need to remove the check on MatchType(PathType), so they can be updated.

Breaking Changes

No

@jonstacks jonstacks requested a review from a team as a code owner June 28, 2023 05:27
@jonstacks jonstacks self-assigned this Jun 28, 2023
@jonstacks jonstacks added the bug Something isn't working label Jun 28, 2023
@github-actions github-actions bot added the area/controller Issues dealing with the controller label Jun 28, 2023
@jonstacks jonstacks changed the title fix: for chaning pathType between 'Exact' and 'Prefix' fix: for changing pathType between 'Exact' and 'Prefix' Jun 28, 2023
Copy link
Contributor

@deroine deroine left a comment

Choose a reason for hiding this comment

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

Makes sense to me. 👍🏼

@jonstacks jonstacks merged commit d761c1d into ngrok:main Jun 28, 2023
@jonstacks jonstacks deleted the fix-route-match-type branch June 28, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants