Skip to content

Commit 655edde

Browse files
committed
Add note on using auth host mode with selective auth
1 parent c63fd73 commit 655edde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ spec:
367367
- name: traefik-forward-auth
368368
```
369369
370+
Note: If using auth host mode, you must apply the middleware to your auth host ingress.
371+
370372
See the examples directory for more examples.
371373
372374
#### Selective Container Authentication in Swarm
@@ -381,6 +383,8 @@ whoami:
381383
- "traefik.http.routers.whoami.middlewares=traefik-forward-auth"
382384
```
383385
386+
Note: If using auth host mode, you must apply the middleware to the traefik-forward-auth container.
387+
384388
See the examples directory for more examples.
385389
386390
#### Rules Based Authentication

0 commit comments

Comments
 (0)