SchemaStore/schemastore

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

Aperta

#3371 aperta il 6 nov 2023

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2208 fork)github user discovery
BugHelp Wanted

Metriche repository

Star
 (3774 stelle)
Metriche merge PR
 (Merge medio 4g 11h) (141 PR mergiate in 30 g)

Descrizione

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.

Guida contributor