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