Password protected services in v4 #1269
Replies: 5 comments 3 replies
-
Definitely a valuable feature, I'm missing this too. |
Beta Was this translation helpful? Give feedback.
-
I have a docker compose project and a setting for that would be awesome, specially for a |
Beta Was this translation helpful? Give feedback.
-
Seems there is support for Basic Auth in V4 using custom container labels:
Especially I'm not sure how the container id in the second label (wwwc48wo above) should be set, for now I took the one visible in the deployable compose file for other traefik middlewares. |
Beta Was this translation helpful? Give feedback.
-
Yeah I would love this for main deploy and for preview deployments as well. If I'm working on a feature in a pull request, I don't want someone random to be able to open the project using preview deployment link. I want all links for my project to be protected. This is currently possible with custom labels on main deployment, but I haven't seen a way to do it for preview deployments as well. Although if it could be set for main deployment with a dedicated UI for it instead of using reverse proxy labels, that would make it a bit friendlier to use. |
Beta Was this translation helpful? Give feedback.
-
Is there any plan for this feature? I'm using the middlewares basic-auth approach to mitigate my need, but it keeps getting reset/removed every time I change/save my service's settings in the dashboard... 🙄 |
Beta Was this translation helpful? Give feedback.
-
Hey,
it was possible to protect a service with a basic user:password credential in version 3.
In version 4 I can't find this option.
Beta Was this translation helpful? Give feedback.
All reactions