Skip to content

Commit 1b74bda

Browse files
authored
Merge pull request #1726 from vmware/AV-232305-release-1.13.2
AV-232305 Gateway doc update with httproute rewrite filter limitation
2 parents 5d8b1b0 + 87df00f commit 1b74bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/gateway-api/gateway-api-v1.md

+2
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ AKO accepts the following HTTPRoute configuration for this release:
288288
3. HTTPRoute MUST specify atleat one hostname.
289289
4. HTTPRoute MUST contain at least one hostname match with parent Gateway.
290290
5. Filters nested inside BackendRefs are not supported i.e. `HTTPRoute-> spec-> rules-> backendRefs-> filters` are not supported whereas `HTTPRoute-> spec-> rules-> filters` is supported.
291+
6. HTTPRoute `urlRewrite` filter currently supports only `replaceFullPath` as path value.
292+
7. HTTPRoute with one or more invalid rules will get rejected.
291293

292294
#### Resource Creation
293295

0 commit comments

Comments
 (0)