Skip to content

Commit

Permalink
Exact PathMatch support for HTTPRoutes (#603)
Browse files Browse the repository at this point in the history
* Exact PathMatch support for HTTPRoutes

Add support for Exact PathMatch in an HTTPRoute. Internal locations now include the type of path (prefix, exact, regex) in the path name to distinguish between the possibility of the same path name being used with different path match types.

nginx conf is updated to include "= " in the location path if that path has been defined as "Exact".
  • Loading branch information
sjberman authored May 4, 2023
1 parent 3b11e8e commit 1e7a7a8
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1e7a7a8

Please sign in to comment.