You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/_partials/task-configure-proxy.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ NOTE: After adding the API on Anypoint Platform, you will need to bind it to a s
96
96
97
97
** **REST API:** Select this option if you have a RAML or OAS API definition file you want to include for your asset.
98
98
+
99
-
Upload either a RAML or OAS file for your REST API.
99
+
Upload either a RAML or OAS file for your REST API. Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support. If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification is translated to RAML.
100
100
** **HTTP API:** Select this option if you do not have an API definition file you want to include for your asset.
101
101
** **SOAP API:** Select this option if you have a WSDL API definition file or an external link to the file.
102
102
+
@@ -108,7 +108,7 @@ This option is not available for Flex Gateway runtime at this time.
108
108
//end::asset-type-options[]
109
109
//tag::raml-oas[]
110
110
.. Select **REST API** as the **Asset type**.
111
-
.. Upload either a RAML or OAS file for your REST API.
111
+
.. Upload either a RAML or OAS file for your REST API.
112
112
+
113
113
NOTE: Anypoint API Manager supports OpenAPI Specification (OAS) 3.0, with the exception of the callback feature. To work around this issue, handle the callback outside of the Mule runtime engine domain or use an OAS 3.0 specification that does not use callbacks.
114
114
@@ -134,14 +134,14 @@ You should now see the *Inbound TLS* field enabled.
134
134
. Enter the *Port* number for your API proxy.
135
135
. Enter the *Base path*.
136
136
. Click *Advanced Options*.
137
-
. Select optional down stream configuration settings. For more configuration settings, see xref:create-instance-task-service-mesh.adoc[].
137
+
. Select optional down stream configuration settings. For more configuration settings, see xref:create-instance-task-mule.adoc[].
138
138
. In *Proxy Version*, select *latest*. +
139
139
This value ensures that your API proxy uses the latest released proxy version.
140
140
If a new proxy version is available in Anypoint platform, return to this step to reconfigure your proxy to the latest version.
141
141
. Click *Next*.
142
142
. Enter your *Upstream URL*. This is the URL to access the proxy or the API. For example, you can use the URL of your API asset in Exchange. +
143
143
This is the only required field. For further details on the optional fields, see xref:configure-api-task.adoc[Configure an API Endpoint].
144
-
. Click *Add TLS Context* for *Outbound TLS*.
144
+
. Click *Add TLS Context* for *Outbound TLS*. This is required for API instances using HTTPs communication.
145
145
.. Select the secret group where you hosted your TLS Context from the *Secret Group* drop-down list.
146
146
.. Select your TLS Context for your HTTPS API Proxy from the *TLS Context* drop-down.
147
147
+
@@ -152,8 +152,8 @@ If you can't see a context, check that you have the right permissions, as mentio
152
152
//end::mid-steps2[]
153
153
//tag::raml-oas-version[]
154
154
+
155
-
Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support. +
156
-
If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification will be translated to RAML.
155
+
Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support.
156
+
If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification is translated to RAML.
If you are deploying your API to a Mule 4 environment and want to enable the proxy to support HTTPS requests, first xref:building-https-proxy.adoc[build HTTPS API proxies].
0 commit comments