SchemaStore/schemastore

Property IPAllowList middlware is not allowed in Traefik v2 static conf according to https://json.schemastore.org/traefik-v2-file-provider.json

Offen

#3.619 geöffnet am 03.03.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.208 Forks)github user discovery
BugHelp Wanted

Repository-Metriken

Stars
 (3.774 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 11h) (141 gemergte PRs in 30 T)

Beschreibung

Area with issue?

JSON Schema

✔️ Expected Behavior

IPAllowList is a recently implemented built-in middleware in traefik v2. It will replace ipwhitelist.

I would do the fix myself but I dont really know how PR works and the all github thing

❌ Actual Behavior

Property IPAllowList is not allowed.yaml-schema: https://json.schemastore.org/traefik-v2-file-provider.json

middlewares:
  [a-zA-Z +]+: #middleware label
     IPAllowList:
       [...]

YAML or JSON file that does not work.

https://json.schemastore.org/traefik-v2-file-provider.json

src/schemas/json/traefik-v2-file-provider.json

IDE or code editor.

None

Are you making a PR for this?

No, someone else must create the PR.

Contributor Guide