test
This commit is contained in:
parent
d5b3e79baa
commit
c2a3840f89
|
@ -47,7 +47,7 @@
|
||||||
preserve_host: true
|
preserve_host: true
|
||||||
url: "http://dashboard:3000"
|
url: "http://dashboard:3000"
|
||||||
match:
|
match:
|
||||||
url: "http://oathkeeper:4455/<{,login,logout,uploads,downloads,payments,api,api/*}>"
|
url: "http://oathkeeper:4455/<{,uploads,downloads,payments,api,api/*}>"
|
||||||
methods:
|
methods:
|
||||||
- GET
|
- GET
|
||||||
- POST
|
- POST
|
||||||
|
@ -70,6 +70,7 @@
|
||||||
url: "http://oathkeeper<{,:4455}>/<{user,user/**,login,logout}>"
|
url: "http://oathkeeper<{,:4455}>/<{user,user/**,login,logout}>"
|
||||||
methods:
|
methods:
|
||||||
- GET
|
- GET
|
||||||
|
- POST
|
||||||
authenticators:
|
authenticators:
|
||||||
- handler: cookie_session
|
- handler: cookie_session
|
||||||
authorizer:
|
authorizer:
|
||||||
|
|
Reference in New Issue