Use name@provider instead of provider@name.
This commit is contained in:
parent
1e779f7135
commit
adc9a65ae3
35 changed files with 472 additions and 472 deletions
8
pkg/api/testdata/middleware-auth.json
vendored
8
pkg/api/testdata/middleware-auth.json
vendored
|
@ -4,10 +4,10 @@
|
|||
"admin:admin"
|
||||
]
|
||||
},
|
||||
"name": "myprovider@auth",
|
||||
"provider": "myprovider@auth",
|
||||
"name": "auth@myprovider",
|
||||
"provider": "myprovider",
|
||||
"usedBy": [
|
||||
"myprovider@bar",
|
||||
"myprovider@test"
|
||||
"bar@myprovider",
|
||||
"test@myprovider"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue