Some of my docker containers behind my traefik instance don't have any username-password required to access them.
I would like to add some gateway, only when accessed through traefik, in the form of a web page, that require a username-password.
Ideally, I would like to have multiple users and decide which one can access to which container, and have some persistance of the login.
The dream would be that this would be able to authenticate automatically to my apps that does have an existing user-name password system.
So, that's for the whishlist.
I found that there is a basic auth easy to setup, but it bother me because it seems it's a bit all of nothing and doesn't support well the password managers.
What's the easiest other way to setup an authentication middleware that would be the closest to what I'm looking for?
That's nice thanks!
But what kind of auth server would you put next to it? Is there some container that are directly compatible and would allow me to assign some permissions to some URL?