envoyproxy/envoy

Add an `envoyconf` linting/validation tool

Open

#13,233 创建于 2020年9月23日

在 GitHub 查看
 (6 评论) (2 反应) (0 负责人)C++ (5,373 fork)batch import
area/configurationhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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

贡献者指南