forked from Ivasoft/traefik
Add Basic Auth per Frontend for Rancher & Docker Dynamic Provider
This commit is contained in:
@@ -61,6 +61,7 @@ type Frontend struct {
|
||||
Routes map[string]Route `json:"routes,omitempty"`
|
||||
PassHostHeader bool `json:"passHostHeader,omitempty"`
|
||||
Priority int `json:"priority"`
|
||||
BasicAuth []string `json:"basicAuth"`
|
||||
}
|
||||
|
||||
// LoadBalancerMethod holds the method of load balancing to use.
|
||||
|
||||
Reference in New Issue
Block a user