Breaking Changes
- The setting compressedProxySpec is now set in the helm chart with gateway.compressedProxySpec (instead of gatewayProxies.gatewayProxy.gatewaySettings.options.compressed_proxy_spec) Changed type of gatewayProxies.gatewayProxy.gatewaySettings.options from GatewayOptions to ListenerOptions. (#4591)
New Features
- Add an ExtAuth config field
oauth2.oidcAuthorizationCode.afterLogoutUrl
to redirect to a specified endpoint after logout. (#4391) - Introduce API for a new enterprise-only feature of configuring multiple ext auth servers in Settings. Allow for configuring an ext_authz filter that points to one of those servers per route. Allow
stat_prefix
to be enabled for an ext_authz filter. This is an additional prefix that is used when emitting statistics. (#4874)
Fixes