{ "ReverseProxy": { "Routes": { "receiver-ui": { "ClusterId": "receiver-ui", "Order": 100, "Match": { "Path": "{**catch-all}", "Methods": [ "GET", "HEAD" ] } }, "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": { "receiver-ui": { "Destinations": { "primary": { "Address": "https://localhost:52936" } } }, "auth-hub": { "Destinations": { "primary": { "Address": "http://172.24.12.39:9090" } } } } } }