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 建立於 2024年3月3日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (2,208 個分叉)github user discovery
BugHelp Wanted

倉庫指標

星標
 (3,774 顆星)
PR 合併指標
 (平均合併 4天 11小時) (30 天內合併 141 個 PR)

描述

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.

貢獻者指南