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
Kong Gateway version: 3.9
Kong Ingress Controller version: 3.4.1
Gateway env router_flavor: expressions is set.
The config with TLSRoute with hostname incldues wildcard cannot be applied to Gateway, there is following error in the Controller logs:
error dataplane-synchronizer Could not update kong admin {"error": "performing update for https://<ip>:8444 failed: HTTP status 400 (message: \"failed posting new config to /config\")"}
Events - KongConfigurationApplyFailed:
invalid expression: length must be at least 1
invalid route:tlsroute.somenamespace.somename.0.0: must set snis when 'protocols' is 'tls_passthrough'
Expected Behavior
Kong Gateway route should be configured with wildcard SNI.
Steps To Reproduce
Kong deployment via Helm charts with FeatureGate and Router Flvaor env:
Is there an existing issue for this?
Current Behavior
Kong Gateway version: 3.9
Kong Ingress Controller version: 3.4.1
Gateway env
router_flavor: expressions
is set.The config with TLSRoute with hostname incldues wildcard cannot be applied to Gateway, there is following error in the Controller logs:
Events - KongConfigurationApplyFailed:
Expected Behavior
Kong Gateway route should be configured with wildcard SNI.
Steps To Reproduce
Kong deployment via Helm charts with FeatureGate and Router Flvaor env:
Gateway:
TLSRoute:
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: