allegro / envoy-control

Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Apache License 2.0
100 stars 33 forks source link

fix jwt impacting lds cache #425

Closed kozjan closed 4 months ago

kozjan commented 4 months ago

https://github.com/allegro/envoy-control/pull/419 introduced a problem with lds cache - presumably there was a race condition in building JwtProvider configuration. Now JwtProviders are built early and specific configuration of them is sent based on envoy proxy version.