Helm Changes
- Expose a new Helm value
gloo.disableLeaderElection
which is false by default. Gloo will run leader election to support high availability, even if there is only 1 replica. This configuration, when set to true, will explicitly disable leader election, regardless of the number of replicas. (#7346)
New Features
- Add the API required to configure extauth to look up group membership using a service account. Also add a glooctl command to create secrets to store credentials for the service account. (https://github.com/solo-io/ext-auth-service/issues/404)
Fixes
- Differentiate between
use_downstream_protocol_config
andexplicit_http_config
whenuseHttp2
is set on an Upstream. (#7096)