Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digest auth example is incorrect #869

Closed
ghost opened this issue Nov 22, 2016 · 1 comment
Closed

digest auth example is incorrect #869

ghost opened this issue Nov 22, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 22, 2016

When I follow the example from the documentation:

[entryPoints]
   [entryPoints.http]
   address = ":80"
   [entryPoints.http.auth.basic]
   users = ["test2:traefik:518845800f9e2bfb1f1f740ec24f074e"]

I get the error:
Error starting server: Error parsing Authenticator user: test2:traefik:518845800f9e2bfb1f1f740ec24f074e"

based on the code, I tried to replace entryPoints.http.auth.basic by entryPoints.http.auth.digest.
With this it seems to works

(I forgot to mention I am using the docker image traefik:v1.1.0)

@ghost ghost changed the title digest auth not working digest auth example is incorrect Nov 22, 2016
@emilevauge emilevauge added this to the 1.1 milestone Nov 24, 2016
@emilevauge emilevauge added the priority/P1 need to be fixed in next release label Nov 26, 2016
@emilevauge
Copy link
Member

Fixed by #900

@ldez ldez added the kind/bug/confirmed a confirmed bug (reproducible). label Apr 29, 2017
@ldez ldez removed the priority/P1 need to be fixed in next release label May 30, 2017
@traefik traefik locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants