SchemaStore/schemastore

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

オープン

#3,619 opened on 2024/03/03

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,208 件のフォーク)github user discovery
BugHelp Wanted

Repository metrics

Stars
 (3,774 個のスター)
PR merge metrics
 (平均マージ 4d 11h) (30d で 141 merged PRs)

説明

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.

コントリビューターガイド