-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
What version of Traefik are you using (traefik version)?
2a61c90 / cheddar
What is your environment & configuration (arguments, toml...)?
What did you do?
I am using Traefik with docker labels to setup dynamic paths ala:
-l traefik.frontend.rule="PathPrefixStrip: /test"
I have http redirecting to https and basic auth setup for the https entry point.
It is working well.
What did you expect to see?
I would like to setup basic/digest auth on a per frontend basis.
so
https://server/path1 uses htpasswd1
https://server/path2 doesnt use any authentication
https://server/path3 uses htpasswd3
If it can be defined per frontend then I would have full control.
Thank you!
I love Traefik..I am finding more uses for it every day.