Valid MCIA-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCIA-Level-1 Exam! ExamDiscuss.com now offer the newest MCIA-Level-1 exam dumps, the ExamDiscuss.com MCIA-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCIA-Level-1 dumps with Test Engine here:
An organization is using Mulesoft cloudhub and develops API's in the latest version. As a part of requirements for one of the API's, third party API needs to be called. The security team has made it clear that calling any external API needs to have include listing As an integration architect please suggest the best way to accomplish the design plan to support these requirements?
Correct Answer: D
* Requirement Analysis: The security team requires any external API call to be restricted by an IP include list. This ensures that only specified IP addresses can access the third-party API. * Design Plan: To fulfill this requirement, implementing a proxy for the third-party API is the best approach. This proxy can enforce the IP include list policy. * Implementation Steps: * Create a Proxy API: Set up a new API proxy in Anypoint Platform to act as an intermediary for the third-party API. * Configure IP Include List Policy: Within the Anypoint API Manager, apply the IP whitelist policy to the proxy API. This policy will ensure that only requests from specified IP addresses are allowed to reach the third-party API. * Modify Main API Flow: Update the flow of your main API to call the newly created proxy API instead of directly calling the third-party API. * Testing: Conduct thorough testing to ensure that the proxy API correctly forwards requests to the third-party API only if the requests originate from IPs in the include list. * Advantages: * Security: This method ensures that only approved IPs can access the third-party API, adhering to the security team's requirements. * Manageability: Centralizes the IP restriction management within the API Manager, simplifying maintenance and updates. References * MuleSoft Documentation on API Proxies * MuleSoft Documentation on IP Whitelist Policy