Changes for page Setting up exit gate

Last modified by Danniar Firdausy on 2024/09/04 16:15

From version 26.1
edited by Danniar Firdausy
on 2024/09/04 16:15
Change comment: There is no comment for this version
To version 23.23
edited by Danniar Firdausy
on 2024/08/21 11:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,12 +10,11 @@
10 10  == 2. Key concepts ==
11 11  
12 12  This microlearning centers around setting up the exit gate for the API Gateway solution of eMagiz.
13 +With exit gate, we mean: The piece of functionality that connects to the backend operation to execute the action on behalf of the client that is calling the API
14 +With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process
13 13  
14 -* With exit gate, we mean: The piece of functionality that connects to the backend operation to execute the action on behalf of the client that is calling the API
15 -* With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process
16 -
17 17  The exit gate is created by eMagiz based on the configuration in Design. In passthrough cases, you only need to add authentication.
18 -In cases of transformation, you need to specify the outbound component (e.g., HTTP, Web service, JDBC, SFTP, etc.) and the authentication.
17 +In cases of transformation, you need to specify the outbound component (i.e. HTTP, Web service, JDBC, SFTP, etc.) and the authentication.
19 19  
20 20  == 3. Setting up exit gate ==
21 21  
... ... @@ -41,12 +41,12 @@
41 41  
42 42  == 4. Key takeaways ==
43 43  
44 -* Each backend operation has a specific exit gate that:
45 -** Handles all incoming traffic destined for that backend operation
46 -** Connects to the backend operation to execute the requested action
47 -** Sends response back to the client that made the API call
48 -* eMagiz will automatically handle most of the setup for you, including the generation of the exit gate configuration.
49 -* Depending on your use cases, some manual changes might be necessary
43 +* Each backend operation has a specific exit gate that will
44 + * Handle all incoming traffic destined for that backend operation
45 + * Connect to the backend operation
46 + * Send response back to the client that is calling the API
47 +* eMagiz will automatically build the biggest portion of the exit gate for you
48 +* Some manual changes are necessary
50 50  
51 51  == 5. Suggested Additional Readings ==
52 52  
... ... @@ -64,6 +64,8 @@
64 64  * [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
65 65  ** [[Testing API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Testing API Gateway.WebHome||target="blank"]]
66 66  *** [[Testing API Gateway (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Testing API Gateway.intermediate-testing-emagiz-api-gateway-testing-api-gateway||target="blank"]]
66 +** [[Release Management (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Release Management.WebHome||target="blank"]]
67 +*** [[Container management (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Release Management.intermediate-release-management-assigning-flows-2-containers.WebHome||target="blank"]]
67 67  * [[Advanced Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.WebHome||target="blank"]]
68 68  ** [[Solution Architecture (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Solution Architecture.WebHome||target="blank"]]
69 69  *** [[API Gateway Architecture (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Solution Architecture.advanced-solution-architecture-apigw-architecture.WebHome||target="blank"]]