add login and logout accounts routes
This commit is contained in:
parent
29e0ea73eb
commit
36c363bbda
|
@ -66,7 +66,7 @@
|
|||
preserve_host: true
|
||||
url: "http://accounts:3000"
|
||||
match:
|
||||
url: "http://oathkeeper<{,:4455}>/<{user,user/**}>"
|
||||
url: "http://oathkeeper<{,:4455}>/<{user,user/**,login,logout}>"
|
||||
methods:
|
||||
- GET
|
||||
authenticators:
|
||||
|
|
Reference in New Issue