INFRA-3897 | Abhishek | Disable interna api-gateway urls in all clusters

This commit is contained in:
Abhishek Katiyar
2024-11-15 14:51:57 +05:30
parent a5de1cf078
commit 482c3bafa9

View File

@@ -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,