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.

贡献者指南