envoyproxy/envoy

Refactor JWT matching logic

Open

#20.578 aberto em 30 de mar. de 2022

Ver no GitHub
 (7 comments) (0 reactions) (1 assignee)C++ (5.373 forks)batch import
area/jwt_authnarea/matchingenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

As per https://github.com/envoyproxy/envoy/pull/20145, we have duplicative matching logic in core router and JWT filter. This seems a maintenance, testing and security concern. I think with some modest refactoring, we could move this match logic to a common library. This is a fairly straightforward refactoring I think (famous last words).

Guia do colaborador