forked from Ivasoft/traefik
Add marathon label to configure basic auth, similar to docker and rancher providers
This commit is contained in:
committed by
Ludovic Fernandez
parent
c31b4c55c2
commit
4dfbb6d489
@@ -34,6 +34,9 @@
|
||||
priority = {{getPriority .}}
|
||||
entryPoints = [{{range getEntryPoints .}}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
basicAuth = [{{range getBasicAuth .}}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
[frontends."frontend{{.ID | replace "/" "-"}}".routes."route-host{{.ID | replace "/" "-"}}"]
|
||||
rule = "{{getFrontendRule .}}"
|
||||
|
||||
Reference in New Issue
Block a user