1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-07 15:33:25 +03:00

Support custom headers when fetching configuration through HTTP

This commit is contained in:
Kevin Pollet
2022-10-14 15:10:10 +02:00
committed by GitHub
parent 188ef84c4f
commit 33f0aed5ea
7 changed files with 86 additions and 28 deletions

View File

@@ -645,6 +645,9 @@ Enable HTTP backend with default settings. (Default: ```false```)
`TRAEFIK_PROVIDERS_HTTP_ENDPOINT`:
Load configuration from this endpoint.
`TRAEFIK_PROVIDERS_HTTP_HEADERS_<NAME>`:
Define custom headers to be sent to the endpoint.
`TRAEFIK_PROVIDERS_HTTP_POLLINTERVAL`:
Polling interval for endpoint. (Default: ```5```)