envoyproxy/envoy

router check tool: add test support for CORS configs

Open

#11.501 aberto em 8 de jun. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/route_check_toolhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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

Guia do colaborador