You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/values.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,11 @@
106
106
"required": [],
107
107
"type": "boolean"
108
108
},
109
+
"disableSNIHostValidation": {
110
+
"description": "DisableSNIHostValidation disables the validation that ensures the SNI hostname matches the Host header in HTTPS requests. This resolves HTTP/2 connection coalescing issues with wildcard certificates but introduces security risks as described in Gateway API GEP-3567.",
111
+
"required": [],
112
+
"type": "boolean"
113
+
},
109
114
"ipFamily": {
110
115
"description": "IPFamily specifies the IP family to be used by the NGINX.",
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,9 @@ nginx:
251
251
# disableHTTP2:
252
252
# description: DisableHTTP2 defines if http2 should be disabled for all servers.
253
253
# type: boolean
254
+
# disableSNIHostValidation:
255
+
# description: DisableSNIHostValidation disables the validation that ensures the SNI hostname matches the Host header in HTTPS requests. This resolves HTTP/2 connection coalescing issues with wildcard certificates but introduces security risks as described in Gateway API GEP-3567.
256
+
# type: boolean
254
257
# ipFamily:
255
258
# description: IPFamily specifies the IP family to be used by the NGINX.
0 commit comments