INFRA-3897 | Abhishek | Disable interna api-gateway urls in all clusters
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user