Helm Changes
- Add support for a new helm value (
gatewayProxies.gatewayProxy.customStaticLayer
) that allows the customization of envoy's static layer bootstrap yaml. (#4327)
New Features
- Add
oneWayTls
boolean configuration to theSslConfig
(referenced onVirtualService
s) to allow users to configure TLS termination to use one-way TLS rather than mTLS even if the root CA is provided (e.g., by default with TLS secrets from cert-manager). (#4254)