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