Changes for page Setting up exit gate

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

From version 15.1
edited by Erik Bakker
on 2022/06/13 09:42
Change comment: Renamed from xwiki:Migrated Pages.Setting up exit gate
To version 16.1
edited by eMagiz
on 2022/06/13 09:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +Setting up exit gate
Parent
... ... @@ -1,0 +1,1 @@
1 +WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Content
... ... @@ -1,6 +1,4 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -= Setting up exit gate =
3 -
4 4  In this microlearning, we will focus on setting up the exit gate for the API Gateway.
5 5  This exit gate ensures that the message is delivered to the backend operation and that the response of the backend operation is given back to the client calling the API.
6 6  
... ... @@ -22,8 +22,6 @@
22 22  The exit gate is created by eMagiz based on the configuration in Design. In passthrough cases, you only need to add authentication.
23 23  In cases of transformation, you need to specify the outbound component (i.e. HTTP, Web service, JDBC, SFTP, etc.) and the authentication.
24 24  
25 -
26 -
27 27  == 3. Setting up exit gate ==
28 28  
29 29  Each backend operation has a specific exit gate that will handle all incoming traffic, connect to the backend operation and send the response back to the client that is calling the API.
... ... @@ -46,8 +46,6 @@
46 46  
47 47  Just as with the entry gate we try to auto-generate as much as possible to make your life easier the moment you start in the Create phase.
48 48  
49 -
50 -
51 51  == 4. Assignment ==
52 52  
53 53  Open the exit flow, add basic authentication as an authentication method, and press Stop Editing.
... ... @@ -62,8 +62,6 @@
62 62  * eMagiz will automatically build the biggest portion of the exit gate for you
63 63  * Some manual changes are necessary
64 64  
65 -
66 -
67 67  == 6. Suggested Additional Readings ==
68 68  
69 69  If you are interested in this topic and want more information on it please read the help text provided by eMagiz.