diff --git a/EnvelopeGenerator.API/yarp.json b/EnvelopeGenerator.API/yarp.json new file mode 100644 index 00000000..dc38a955 --- /dev/null +++ b/EnvelopeGenerator.API/yarp.json @@ -0,0 +1,25 @@ +{ + "ReverseProxy": { + "Routes": { + "auth-login": { + "ClusterId": "auth-hub", + "Match": { + "Path": "/api/auth", + "Methods": [ "POST" ] + }, + "Transforms": [ + { "PathSet": "/api/auth/sign-flow" } + ] + } + }, + "Clusters": { + "auth-hub": { + "Destinations": { + "primary": { + "Address": "http://172.24.12.39:9090" + } + } + } + } + } +}