Andrei Tsaregorodtsev

Results 9 comments of Andrei Tsaregorodtsev

Hi there 👋 I have created [a NuGet package](https://www.nuget.org/packages/Treyt.Yarp.ReverseProxy.Swagger/) too, but with generation of Swagger files by clusters. Repo is in [link](https://github.com/andreytreyt/yarp-swagger). Welcome contributors and issuers 👍

> @andreytreyt , thank you for the nuget it was very much needed. I tried that, and seems all working but it exposes all the endpoints. Do you have something...

@agerchev hi there! It's better to see an example of your implementation 😉

@moedeveloper hello! Which tool? If you found any error you can create an issue in [yarp swagger repo](https://github.com/andreytreyt/yarp-swagger/issues).

@aurelienhayet Hi! Thank you for your issue. You're right. We need to improve our library to interpret YARP transforms. For now, you need to avoid significant path transformations when using...

@dhamilton1963 Hello! I think it's not a bug. Your description doesn't provide full information to take you a solution. Please give me information about yours services and ports, because I...

@dhamilton1963 try it ``` "ReverseProxy": { "Routes": { "vendors-route": { "ClusterId": "Vendors", "Match": { "Path": "/api/{**catch-all}" }, "Transforms": [ { "PathPattern": "{**catch-all}" } ] } }, "Clusters": { "Vendors": {...

@dhamilton1963 you should read YARP documentation for deep understanding how to configure routes and clusters. Now if you send http://localhost:5006/api/vendors your request will be proxied to http://localhost:5604 because you have...

@q-bertsuit Hi! Yes, you're right. I recommend to try to change configuration of path patterns. Maybe configuration of a few routes and clusters helps you.