File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments