envoyproxy/envoy

Refactor JWT matching logic

Open

#20,578 建立於 2022年3月30日

在 GitHub 查看
 (7 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
area/jwt_authnarea/matchingenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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

貢獻者指南