We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63fd73 commit 655eddeCopy full SHA for 655edde
README.md
@@ -367,6 +367,8 @@ spec:
367
- name: traefik-forward-auth
368
```
369
370
+Note: If using auth host mode, you must apply the middleware to your auth host ingress.
371
+
372
See the examples directory for more examples.
373
374
#### Selective Container Authentication in Swarm
@@ -381,6 +383,8 @@ whoami:
381
383
- "traefik.http.routers.whoami.middlewares=traefik-forward-auth"
382
384
385
386
+Note: If using auth host mode, you must apply the middleware to the traefik-forward-auth container.
387
388
389
390
#### Rules Based Authentication
0 commit comments