envoyproxy/envoy

Add an `envoyconf` linting/validation tool

Open

#13.233 aperta il 23 set 2020

Vedi su GitHub
 (6 commenti) (2 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/configurationhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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

Guida contributor