Skip to content

v1.4.0-beta3

Compare
Choose a tag to compare
@ashleywang1 ashleywang1 released this 10 Apr 14:38
58afb62

Fixes

  • With proxy garbage collection enabled (enabled by default via disableProxyGarbageCollection=false), Gloo used to clear the extauth and ratelimit snapshots from the XDS cache, resulting in null configurations temporarily in the extauth and ratelimit services. This caused blips of invalid 403/429 responses. To fix this, Gloo now detects any valid TranslatorSyncerExtension's Envoy Node ID keys through its Sync() function, so Gloo doesn't garbage collect these snapshots anymore. (#2721)