envoyproxy/envoy

Refactor JWT matching logic

Open

#20.578 aperta il 30 mar 2022

Vedi su GitHub
 (7 commenti) (0 reazioni) (1 assegnatario)C++ (5373 fork)batch import
area/jwt_authnarea/matchingenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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).

Guida contributor