{ "ReverseProxy": { "Routes": { "auth-login": { "ClusterId": "auth-hub", "Match": { "Path": "/api/auth", "Methods": [ "POST" ] }, "Transforms": [ { "PathSet": "/api/auth/sign-flow" } ] }, "auth-envelope-receiver-login": { "ClusterId": "auth-hub", "Match": { "Path": "/api/Auth/envelope-receiver/{key}", "Methods": [ "POST" ] }, "Transforms": [ { "PathPattern": "/api/auth/envelope-receiver/{key}" }, { "QueryValueParameter": "cookie", "Set": "true" } ] } }, "Clusters": { "auth-hub": { "Destinations": { "primary": { "Address": "http://172.24.12.39:9090" } } } } } }