otto-de / traefik-config-validator

Validator for your Traefik Proxy (https://doc.traefik.io/traefik/) configuration
Apache License 2.0
22 stars 5 forks source link

[FEATURE] Ability to specify custom validation schemas for Traefik v3 #93

Open peterbuga opened 3 months ago

peterbuga commented 3 months ago

Is there an existing issue for this?

Feature description

Traefik v3 introduced, changed and deprecated an array config options that make them incompatible with current schemas.

Ability to specify custom .json schemas would greatly improve this tool and make it work in the feature.

Anything else?

https://github.com/otto-de/traefik-config-validator/blob/e6d2341f198e8289848e9c19a0eae316ad035257/pkg/validation/validation.go#L30