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

JWT Filter support #252

Closed Kornelos closed 3 years ago

Kornelos commented 3 years ago

Added support for JWT Authentication Http Filter #251

In current state filter the filter allows to check whether the token is valid using offline verification by JWKS fetched from OAuth provider.