envoyproxy/envoy

router check tool: add test support for CORS configs

Open

#11,501 创建于 2020年6月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/route_check_toolhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

The router check tool currently does not support input/validation of CORS properties, which can result in a longer development/testing cycle for those looking to validate CORS changes.

This issue is a feature request to add support for validation. Ideally the implementation would utilize the existing CORS code: https://github.com/envoyproxy/envoy/blob/master/source/extensions/filters/http/cors/cors_filter.cc

贡献者指南