diff --git a/docker-compose.yml b/docker-compose.yml index 90af164..da826e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.scheduler.entrypoints=web" + - "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward" - "traefik.http.routers.workflow.rule=PathPrefix(/scheduler)" - "traefik.http.routers.scheduler.tls=false" - "traefik.http.routers.scheduler.middlewares=auth"