2022-11-02 11:31:23 -05:00
|
|
|
{
|
|
|
|
"Routes": [
|
2023-02-14 18:01:33 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/Auth/Login",
|
|
|
|
"DownstreamPathTemplate": "/Auth/Login",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-02-14 18:01:33 -05:00
|
|
|
"UpstreamPathTemplate": "/Auth/CambiarClave",
|
|
|
|
"DownstreamPathTemplate": "/Auth/CambiarClave",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/Proveedor",
|
|
|
|
"DownstreamPathTemplate": "/Auth/Proveedor",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/RenovarToken",
|
|
|
|
"DownstreamPathTemplate": "/Auth/RenovarToken",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/Encriptar",
|
|
|
|
"DownstreamPathTemplate": "/Auth/Encriptar",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/Desencriptar",
|
|
|
|
"DownstreamPathTemplate": "/Auth/Desencriptar",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2023-02-14 18:01:33 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/TknCambioClave",
|
|
|
|
"DownstreamPathTemplate": "/Auth/TknCambioClave",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2023-02-14 18:01:33 -05:00
|
|
|
},
|
2024-05-16 16:06:48 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Auth/pruebaUsuario",
|
|
|
|
"DownstreamPathTemplate": "/Auth/pruebaUsuario",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
2022-11-02 11:31:23 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/CorreosArea",
|
|
|
|
"DownstreamPathTemplate": "/CorreosArea",
|
2022-11-02 11:31:23 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
2022-12-01 16:56:28 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/CorreosArea",
|
|
|
|
"DownstreamPathTemplate": "/CorreosArea",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/CorreosArea",
|
|
|
|
"DownstreamPathTemplate": "/CorreosArea",
|
2022-12-01 16:56:28 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2022-12-01 16:56:28 -05:00
|
|
|
},
|
2022-11-02 11:31:23 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Microservicios",
|
|
|
|
"DownstreamPathTemplate": "/Microservicios",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Microservicios",
|
|
|
|
"DownstreamPathTemplate": "/Microservicios",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamPathTemplate": "/Perfiles",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
2024-05-16 16:06:48 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Perfiles/PerfilPermisos",
|
|
|
|
"DownstreamPathTemplate": "/Perfiles/PerfilPermisos",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
2022-11-02 11:31:23 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/PerfilesPorUsuario",
|
|
|
|
"DownstreamPathTemplate": "/PerfilesPorUsuario",
|
2022-11-02 11:31:23 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/PerfilesPorUsuario",
|
|
|
|
"DownstreamPathTemplate": "/PerfilesPorUsuario",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Permisos",
|
|
|
|
"DownstreamPathTemplate": "/Permisos",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/Permisos",
|
|
|
|
"DownstreamPathTemplate": "/Permisos",
|
2022-11-02 11:31:23 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/Usuarios/UserBene",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/UserBene",
|
2022-11-02 11:31:23 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios/Iniciales",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/Iniciales",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
},
|
2024-05-16 16:06:48 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuario",
|
|
|
|
"DownstreamPathTemplate": "/Usuario",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
|
|
|
},
|
2023-01-10 10:35:15 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios/NumeroDocumento",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/NumeroDocumento",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2023-01-10 10:35:15 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-03-07 13:56:36 -05:00
|
|
|
"UpstreamPathTemplate": "/Usuarios/Perfil_usu",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/Perfil_usu",
|
2023-01-10 10:35:15 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2023-01-10 10:35:15 -05:00
|
|
|
},
|
2023-02-14 18:01:33 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios/Firma",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/Firma",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2023-02-14 18:01:33 -05:00
|
|
|
},
|
2022-11-02 11:31:23 -05:00
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
2023-02-14 18:01:33 -05:00
|
|
|
"UpstreamPathTemplate": "/Usuarios/Firma",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/Firma",
|
2022-11-02 11:31:23 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2023-03-07 13:56:36 -05:00
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
2024-05-16 16:06:48 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/Usuarios/UsuarioPerfiles",
|
|
|
|
"DownstreamPathTemplate": "/Usuarios/UsuarioPerfiles",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"GET"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"POST"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsAdminUsuarios",
|
|
|
|
"UpstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamPathTemplate": "/UsuariosTemp",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8151
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
},
|
|
|
|
"UpstreamHttpMethod": [
|
|
|
|
"PATCH"
|
|
|
|
]
|
2022-11-02 11:31:23 -05:00
|
|
|
}
|
|
|
|
]
|
2023-03-07 13:56:36 -05:00
|
|
|
}
|