Apigateway/ApiGateway/Routes/ocelot.externo.json
2022-11-02 11:31:23 -05:00

40 lines
787 B
JSON

{
"Routes": [
{
"SwaggerKey": "Externo",
"UpstreamPathTemplate": "/Ext/Login",
"UpstreamHttpMethod": [ "POST" ],
"DownstreamPathTemplate": "/Auth/Login",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8199
}
]
},
{
"SwaggerKey": "Externo",
"UpstreamPathTemplate": "/UPC",
"UpstreamHttpMethod": [ "Get" ],
"DownstreamPathTemplate": "/UPC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8199
}
],
"RouteClaimsRequirement": {
"permisos": "W3Y9E3ioiao="
//"permisos": "8IF4fbgkEP0=" // => Dev
}
}
]
}