traefik/pkg/api/testdata/middleware-auth.json

13 lines
173 B
JSON
Raw Normal View History

{
"basicAuth": {
"users": [
"admin:admin"
]
},
"name": "myprovider@auth",
"provider": "myprovider@auth",
"usedBy": [
"myprovider@bar",
"myprovider@test"
]
}