Skip to content

v1.19.0-beta5

Latest
Compare
Choose a tag to compare
@sheidkamp sheidkamp released this 30 Jan 18:50
· 3 commits to main since this release
7704bde

New Features

  • Add support for xDS over mTLS for communication between the Gloo pod and the Kubernetes Gateway proxies. This can be enabled by setting the 'global.glooMtls.enabled' helm value to true. (solo-io/solo-projects#6210)
  • Add support for setting the authority field on gRPC requests made to OTEL Collectors during tracing.
    When the authority field is set, the gRPC client will use the specified value as the :authority header
    when making requests to the collector. This is useful when the collector is behind a reverse proxy that
    requires a specific authority to be set on incoming requests. (solo-io/solo-projects#7740)