Skip to content

Commit 64e261d

Browse files
authored
fix: add BackendTLSPolicy features to GATEWAY-HTTP profile (#4199)
Signed-off-by: Norwin Schnyder <[email protected]>
1 parent 288b827 commit 64e261d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conformance/utils/suite/profiles.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ var (
8181
Insert(features.SetsToNamesSet(
8282
features.GatewayExtendedFeatures,
8383
features.HTTPRouteExtendedFeatures,
84+
features.BackendTLSPolicyCoreFeatures,
85+
features.BackendTLSPolicyExtendedFeatures,
8486
).UnsortedList()...),
8587
}
8688

0 commit comments

Comments
 (0)