Add Basic Auth configuration for Docker services via GUI #9032
markdudov
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, adding Basic Authentication to a deployed Docker service (e.g., via Traefik labels) requires manual configuration in the "Labels" section. This can be error-prone and isn't very user-friendly for beginners who just want to quickly protect a staging or internal tool.
I would like to see a dedicated Basic Auth section in the service settings GUI.
It should include:
The current alternative is manually generating an htpasswd string and adding multiple Traefik labels like traefik.http.middlewares.my-auth.basicauth.users, which is tedious.
This would significantly improve the developer experience for protecting simple dashboards, preview environments, or private APIs without setting up complex OIDC/SSO providers.
Beta Was this translation helpful? Give feedback.
All reactions