From 2adacf224b2b700f16e572209ef4f3d17b1b5a03 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Thu, 2 Feb 2023 10:44:44 -0500 Subject: [PATCH] Se agrega MsUsuarios --- ApiGateway/Routes/ocelot.informes.json | 18 ++++++++++++++++++ BackApiGateway.sln | 7 +++++++ MsUsuarios | 1 + 3 files changed, 26 insertions(+) create mode 160000 MsUsuarios diff --git a/ApiGateway/Routes/ocelot.informes.json b/ApiGateway/Routes/ocelot.informes.json index ed47395..90027f0 100644 --- a/ApiGateway/Routes/ocelot.informes.json +++ b/ApiGateway/Routes/ocelot.informes.json @@ -17,6 +17,24 @@ "UpstreamHttpMethod": [ "POST" ] + }, + { + "SwaggerKey": "MsInformes", + "UpstreamPathTemplate": "/Informes/Consulta", + "DownstreamPathTemplate": "/Informes/Consulta", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8164 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] } ] } \ No newline at end of file diff --git a/BackApiGateway.sln b/BackApiGateway.sln index 698a8f4..d4a2c27 100644 --- a/BackApiGateway.sln +++ b/BackApiGateway.sln @@ -15,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microservices", "Microservices", "{A449A86B-39E4-4EEB-B7C6-B6B12A0CBD2E}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSAdminUsuarios", "MsUsuarios\MSAdminUsuarios.csproj", "{E96CED9C-6CD0-452D-81B4-878C78303C47}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -33,6 +35,10 @@ Global {9562FA86-4AEF-43E2-A6F6-D60AF09BCA12}.Debug|Any CPU.Build.0 = Debug|Any CPU {9562FA86-4AEF-43E2-A6F6-D60AF09BCA12}.Release|Any CPU.ActiveCfg = Release|Any CPU {9562FA86-4AEF-43E2-A6F6-D60AF09BCA12}.Release|Any CPU.Build.0 = Release|Any CPU + {E96CED9C-6CD0-452D-81B4-878C78303C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E96CED9C-6CD0-452D-81B4-878C78303C47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E96CED9C-6CD0-452D-81B4-878C78303C47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E96CED9C-6CD0-452D-81B4-878C78303C47}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -41,6 +47,7 @@ Global {AC631810-7FAF-4C9A-A35D-3EC538A49810} = {9F5D8D1C-CF99-4BDD-8497-0123656B8A48} {76522272-9D28-4168-8296-AFC933D22650} = {F491CF9B-9CF8-4F3B-BBD7-A282F7DC1D6D} {9562FA86-4AEF-43E2-A6F6-D60AF09BCA12} = {A449A86B-39E4-4EEB-B7C6-B6B12A0CBD2E} + {E96CED9C-6CD0-452D-81B4-878C78303C47} = {A449A86B-39E4-4EEB-B7C6-B6B12A0CBD2E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {EC576D5A-ADE3-40CC-BF55-7E52E6F18AC4} diff --git a/MsUsuarios b/MsUsuarios new file mode 160000 index 0000000..c2f4930 --- /dev/null +++ b/MsUsuarios @@ -0,0 +1 @@ +Subproject commit c2f49306404d6085b0210996ca90332361378297