Auth Middlewares #291
Unanswered
Tumtum2814
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
very new to traefik.
I have the dashboard up and running, trying to setup the middlewares.yml
I created and mounted /rules, i i ashed into the container and checked and the middlewares file i created shows up at /rules/middlewares.yml, BUT when i try to use
## Middlewares - "traefik.http.routers.traefik-rtr.middlewares=chain-no-auth@file" # For No Authentication
and my middlewares has
https: middlewares: chain-no-auth: noAuth: # users: # - "user:$apr1$bvj3f2o0$/01DGlduxK4AqRsTwHnvc1" realm: "Traefik 2 No Auth"
I get no middlewares found. Anyone got any ideas?
Beta Was this translation helpful? Give feedback.
All reactions