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

贡献者指南