Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DigestAuth's documentation gives wrong tip for passoword format since v3.5 #12750

@garylavayou

Description

@garylavayou

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What did you do?

Open DigestAuth documentation (v3.5).

What did you see instead?

I see the wrong info about password format:

Passwords format

Passwords must be hashed using MD5, SHA1, or BCrypt. Use htpasswd to generate the passwords.

What version of Traefik are you using?

v3.5/v3.6

What is your environment & configuration?

not related to environment & configuration.

If applicable, please paste the log output in DEBUG level

Before v3.5, DigestAuth's documentation suggests:

Use htdigest to generate passwords.

Since v3.5, it becomes:

Passwords must be hashed using MD5, SHA1, or BCrypt. Use htpasswd to generate the passwords.

I know that passwords generated by htpasswd are used by the BasicAuth middleware, as the documentation states. From v3.5, the Passwords format descriptions of DigestAuth and BasicAuth are the same.

Traefik BasicAuth Documentation | Traefik | v3.5

Traefik DigestAuth Documentation | Traefik | v3.5

I guess there is some mistake in the documentation sources at

traefik/docs/content/reference/routing-configuration/http/middlewares/digestauth.md at v3.5 · traefik/traefik

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions