intuit-spring-cloud-config-validator
intuit-spring-cloud-config-validator copied to clipboard
Validation tools for Spring Cloud Config repos: .json, .yam|, .yml and .properties, verified through script or GitHub Pre-receive Hook!
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
# Features * Python3 validator implementation * `package.sh`: users can now package an existing version or a version from the source-code in 1 single command
# Requirement * Yaml lint has too many rules to follow * Each team can define its own set... For instance, the code is broken because of spaces * Can...
# Problem If a configuration property starts with `{cipher}`, but without single/double-quotes, the configuration service breaks. This is specific to `.yml` files. Example at https://github.com/marcellodesales/config-repo/commit/3243ff4d7c853418bd73bfe349aef848599f5ca2 # Config Server API Output...