narrow-kitchen-3944
02/16/2023, 11:37 AM{
"upstream": {
"url": "<http://my-backend-service>",
"preserve_host": true,
"strip_path": "/my-backend"
},
"match": {
"url": "<http://oathkeeper/><my-backend>/<.*>",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"OPTIONS"
]
}
}
echoing-bird-61980
02/16/2023, 3:51 PM"url": "<http://oathkeeper/><my-backend>/openapi.json"
And in the upstream, just remove the "strip_path"
work?