diff --git a/consul/discovery.go b/consul/discovery.go index 56781ab..8a99114 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -151,7 +151,7 @@ func (s *Service) getTags() []string { "traefik.http.routers." + s.Name + ".entryPoints=https", "traefik.http.routers." + s.Name + ".tls=true", "traefik.http.routers." + s.Name + ".service=" + s.Name, - "traefik.http.routers." + s.Name + ".middlewares=requestid,stripprefix_" + s.Name, + "traefik.http.routers." + s.Name + ".middlewares=auth,requestid,stripprefix_" + s.Name, "traefik.http.services." + s.Name + ".loadbalancer.server.scheme=http", "traefik.http.services." + s.Name + ".loadbalancer.server.port=" + strconv.Itoa(s.port), "traefik.http.services." + s.Name + ".loadbalancer.passhostheader=false",