Skip to content

Commit deda985

Browse files
[SELC-7705] Added new APIs to apim.tf (ms_internal) (#1149)
1 parent a0387cd commit deda985

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

infra/apim_v2/apim.tf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,24 @@ module "apim_internal_api_ms_v1" {
613613
xml_content = templatefile("./api/base_ms_url_policy.xml", {
614614
MS_BACKEND_URL = "https://selc-${var.env_short}-onboarding-ms-ca.${var.ca_suffix_dns_private_name}/v1/"
615615
})
616+
},
617+
{
618+
operation_id = "getDelegationsUsingGET_2"
619+
xml_content = templatefile("./api/base_ms_url_policy.xml", {
620+
MS_BACKEND_URL = "https://selc-${var.env_short}-ms-core-ca.${var.ca_suffix_dns_private_name}/v2/"
621+
})
622+
},
623+
{
624+
operation_id = "addMembersToUserGroupWithParentInstitutionIdUsingPUT"
625+
xml_content = templatefile("./api/base_ms_url_policy.xml", {
626+
MS_BACKEND_URL = "https://selc-${var.env_short}-user-group-ca.${var.ca_suffix_dns_private_name}/v1/"
627+
})
628+
},
629+
{
630+
operation_id = "createUserByUserId"
631+
xml_content = templatefile("./api/base_ms_url_policy.xml", {
632+
MS_BACKEND_URL = "https://selc-${var.env_short}-user-ms-ca.${var.ca_suffix_dns_private_name}/"
633+
})
616634
}
617635
]
618636
}

0 commit comments

Comments
 (0)