Skip to content

v1.7.0-beta10

Compare
Choose a tag to compare
@marcogschmidt marcogschmidt released this 25 Jan 22:41
c237c1f

New Features

  • Added the new transport_api_version field to the extauth settings. The field determines the API version for the ext_authz transport protocol that will be used by Envoy to communicate with the auth server. The currently allowed values are V2 and V3, 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 to V3. For more info, see the transport_api_version field here. (#4160)