Change the provider separator from . to @
This commit is contained in:
parent
4012599264
commit
e9792b446f
34 changed files with 465 additions and 465 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",
|
||||
"name": "myprovider@auth",
|
||||
"provider": "myprovider@auth",
|
||||
"usedBy": [
|
||||
"myprovider.bar",
|
||||
"myprovider.test"
|
||||
"myprovider@bar",
|
||||
"myprovider@test"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue