envoyproxy/envoy

Refactor JWT matching logic

开放

#20,578 创建于 2022年3月30日

 (7 条评论) (0 个反应) (1 位负责人)C++ (5,373 个派生)batch import
area/jwt_authnarea/matchingenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (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).

贡献者指南