From 1e7a7a83593bc76e42f683063b574beba63625ed Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 4 May 2023 14:30:54 -0600 Subject: [PATCH] Exact PathMatch support for HTTPRoutes (#603) * 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".