traefik/integration/fixtures/simple_auth.toml

25 lines
435 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.web]
address = ":8000"
[entrypoints.traefik]
address = ":8001"
[api]
middlewares = ["file.authentication"]
[ping]
[providers.file]
2018-11-14 09:18:03 +00:00
[http.middlewares]
[http.middlewares.authentication.basicauth]
users = ["test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/", "test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"]