envoyproxy/envoy

Refactor JWT matching logic

Open

#20,578 opened on 2022年3月30日

GitHub で見る
 (7 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/jwt_authnarea/matchingenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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

コントリビューターガイド