SchemaStore/schemastore

Traefik v2 schema doesn't reflect actual let's encrypt challenge options

Offen

#3.371 geöffnet am 06.11.2023

 (0 Kommentare) (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

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.

Contributor Guide