I want to enable Dashboard login verification in the current version.
But ,
May I ask why I am unable to access the Traefik Dashboard using the above configuration? Thanks ~
All secrets or configs in docker swarm is ready now.
Because I only want to use Dashboard now, I don't need any other ExitPoint configuration. But I couldn't successfully access the dashboard when adding user login. Do you have any suggestions?
Request is arriving at traefik , Log shows the request. But , the log content shows a request return of 404.
Dynamic configuration is effective. Because only adding can read the certificate, removing it will not be able to read the certificate.
The current issue is that if the request can be forwarded to labels, I speculate that the request did not reach the labels' configuration.
Enable Traefik access log in JSON format (doc) to see the response status code from your target service (OriginStatus) and from Traefik to the browser/client (DownstreamStatus).
Thanks for your suggestion. Using insecure=true can run normally, but that's not my intention. My intention is to use insecure=false so that I can use basicauth .
Thank you for your help , I think I have found the ultimate problem .
The key issue is that " users=test: " , This secret format is incorrect . So , when change it to correct . Everything is ok now~
But I am curious why incorrect secret formats do not receive any prompts . It's magic ~ ^*^