SchemaStore/schemastore
Traefik v2 schema doesn't reflect actual let's encrypt challenge options
开放
#3,371 创建于 2023年11月6日
BugHelp Wanted
仓库指标
- 星标
- (3,774 个星标)
- PR 合并指标
- (平均合并 4天 11小时) (30 天内合并 141 个 PR)
描述
Area with issue?
JSON Schema
✔️ Expected Behavior
The TLS, DNS and HTTPS Resolver options should support boolean values. Some (HTTPS) allows further options like the entryPoint (works).
See: --certificatesresolvers.myresolver.acme.tlschallenge=true from doc.traefik.io
❌ Actual Behavior
The schema defines all three as object only.
YAML or JSON file that does not work.
certificatesResolvers: tls_resolver: acme: tlsChallenge: true
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.