New Features
- Added the new
transport_api_version
field to theextauth
settings. The field determines the API version for theext_authz
transport protocol that will be used by Envoy to communicate with the auth server. The currently allowed values areV2
andV3
, with the former being the default; this was done to maintain compatibility with existing custom auth servers. Note that in order for the external auth server to be able to emit dynamic metadata the field needs to be set toV3
. For more info, see thetransport_api_version
field here. (#4160)