envoyproxy/envoy

router check tool: add test support for CORS configs

Open

#11.501 geöffnet am 8. Juni 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/route_check_toolhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide