INFRA-4009 | Ankit Bhardwaj | add internal gateway for iapl prod (#721)

* INFRA-4009 | Ankit Bhardwaj | add external gateway for IAPL prod

* INFRA-4009 | Ankit Bhardwaj | add internal gateway for iapl prod
This commit is contained in:
Ankit Bhardwaj Bhardwaj
2024-11-14 14:56:47 +05:30
committed by GitHub
parent 30ad1733cd
commit 04821c6fc6
2 changed files with 2 additions and 0 deletions

View File

@@ -53,4 +53,5 @@ export class InternalCommonApiGatewayUrl {
'qa-internal-gateway.np.navi-ppl.in',
];
public static readonly PPL_PROD = ['internal-gateway.prod.navi-ppl.in'];
public static readonly IAPL_PROD = ['internal-gateway.prod.navi-iapl.in'];
}

View File

@@ -65,6 +65,7 @@ const InternalCommonApiGatewayUrlMap = {
[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 rateLimitOptions = ['header', 'path'];