Skip to content

Commit cfc7294

Browse files
committed
basic-auth fix
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent eaf9353 commit cfc7294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik_stack5/configs/traefik.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaultEntryPoints = ["http"]
55
address = ":8080"
66
[entryPoints.dashboard.auth]
77
[entryPoints.dashboard.auth.basic]
8-
users = ["admin:$2y$05$pAfipn3.brdHMI2eWGnYH.84XYqLozp1sUPi36/l54UAwv.zGLtNC"]
8+
users = ["admin:$$2y$$05$$F44r3C0UXd5aK/o6Y7KgwObpYXJzUMe/rAfP2q9fxiw1DZfUEdl1S"]
99
[entryPoints.http]
1010
address = ":80"
1111
# [entryPoints.http.redirect]

0 commit comments

Comments
 (0)