envoyproxy/envoy

Add an `envoyconf` linting/validation tool

Open

#13.233 geöffnet am 23. Sept. 2020

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

Repository-Metriken

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

Beschreibung

description

If we create jsonschema for validating envoy yaml/json config files (see #13078) we can potentially re-use the schema for a cli linter (and/or libs for python/js etc).

This could eg be used to:

  • validate snippets in docs etc (see #8837 and #13231)
  • validate deployment config for end users locally or in eg gitops-style CI
  • maybe also for creating/manipulating config programatically

refs

Contributor Guide