envoyproxy/envoy

Add an `envoyconf` linting/validation tool

Open

#13.233 aberto em 23 de set. de 2020

Ver no GitHub
 (6 comments) (2 reactions) (0 assignees)C++ (5.373 forks)batch import
area/configurationhelp 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

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

Guia do colaborador