Skip to content

Commit 87f4fe7

Browse files
[SELC-7265] Added getDelegateInstitutions and getDelegatorInstitutions to apim external v2 (#1000)
1 parent 3b5f39d commit 87f4fe7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

infra/apim_v2/apim.tf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,22 @@ module "apim_external_api_ms_v2" {
365365
EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external-oauth2-issuer.value
366366
})
367367
},
368+
{
369+
operation_id = "getDelegateInstitutionsUsingGET"
370+
xml_content = templatefile("./api/base_ms_url_external_product_policy.xml.tpl", {
371+
MS_BACKEND_URL = "https://selc-${var.env_short}-ms-core-ca.${var.ca_suffix_dns_private_name}/"
372+
TENANT_ID = data.azurerm_client_config.current.tenant_id
373+
EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external-oauth2-issuer.value
374+
})
375+
},
376+
{
377+
operation_id = "getDelegatorInstitutionsUsingGET"
378+
xml_content = templatefile("./api/base_ms_url_external_product_policy.xml.tpl", {
379+
MS_BACKEND_URL = "https://selc-${var.env_short}-ms-core-ca.${var.ca_suffix_dns_private_name}/"
380+
TENANT_ID = data.azurerm_client_config.current.tenant_id
381+
EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external-oauth2-issuer.value
382+
})
383+
},
368384
{
369385
operation_id = "getOnboardingsInstitutionUsingGET"
370386
xml_content = templatefile("./api/base_ms_url_external_product_policy.xml.tpl", {

0 commit comments

Comments
 (0)