From 482c3bafa96d8f4b0a260b048c8be0a79d5f38ac Mon Sep 17 00:00:00 2001 From: Abhishek Katiyar Date: Fri, 15 Nov 2024 14:51:57 +0530 Subject: [PATCH] INFRA-3897 | Abhishek | Disable interna api-gateway urls in all clusters --- src/coreform/deployment/ApiGatewayForm.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/coreform/deployment/ApiGatewayForm.tsx b/src/coreform/deployment/ApiGatewayForm.tsx index b98ffb4..5c3a1ec 100644 --- a/src/coreform/deployment/ApiGatewayForm.tsx +++ b/src/coreform/deployment/ApiGatewayForm.tsx @@ -54,19 +54,7 @@ const ExternalCommonApiGatewayUrlMap = { [Cluster.IAPL_PROD]: ExternalCommonApiGatewayUrl.IAPL_PROD, }; -const InternalCommonApiGatewayUrlMap = { - [Cluster.LENDING_NP]: InternalCommonApiGatewayUrl.LENDING_NP, - [Cluster.LENDING_PROD]: InternalCommonApiGatewayUrl.LENDING_PROD, - [Cluster.PAY_NP]: InternalCommonApiGatewayUrl.PAY_NP, - [Cluster.PAY_PROD]: InternalCommonApiGatewayUrl.PAY_PROD, - [Cluster.GI_NP]: InternalCommonApiGatewayUrl.GI_NP, - [Cluster.GI_PROD]: InternalCommonApiGatewayUrl.GI_PROD, - [Cluster.SA_NP]: InternalCommonApiGatewayUrl.SA_NP, - [Cluster.SA_PROD]: InternalCommonApiGatewayUrl.SA_PROD, - [Cluster.PPL_NONPROD]: InternalCommonApiGatewayUrl.PPL_NP, - [Cluster.PPL_PROD]: InternalCommonApiGatewayUrl.PPL_PROD, - [Cluster.IAPL_PROD]: InternalCommonApiGatewayUrl.IAPL_PROD, -}; +const InternalCommonApiGatewayUrlMap = {}; const ExternalAuthEnabledMap = { [Cluster.GI_NP]: InternalCommonApiGatewayUrl.GI_NP,