traefik/integration/fixtures/simple_auth.toml
2019-06-20 00:40:05 +02:00

25 lines
432 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[entryPoints.traefik]
address = ":8001"
[api]
middlewares = ["file@authentication"]
[ping]
[providers.file]
[http.middlewares]
[http.middlewares.authentication.basicauth]
users = ["test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/", "test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"]