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

15 lines
212 B
JSON
Raw Normal View History

{
"basicAuth": {
"users": [
"admin:admin"
]
},
"name": "auth@myprovider",
"provider": "myprovider",
"status": "enabled",
2019-09-02 09:38:04 +00:00
"type": "basicauth",
"usedBy": [
"bar@myprovider",
"test@myprovider"
]
}