### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find any. ### What did you expect to see? ``` labels: - "traefik.enable=true" - "traefik.http.middlewares.traefik-auth.basicauth.users=${BASIC_AUTH}" ``` I would expect to easily set the auth without the need to encode the password. Would be nice to have a possibility to pass the password directly.