Skip to content

Commit c6f0cf8

Browse files
fix: add BackendTLSPolicy features to GATEWAY-HTTP profile (#4223)
Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com> Co-authored-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
1 parent f3a5ea8 commit c6f0cf8

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)