Skip to content

Commit 3846a1b

Browse files
Merge branch 'flex-gateway-v1-5' into W-13513395-CM-traffic-management-gr
2 parents 197f4c4 + b272239 commit 3846a1b

3 files changed

Lines changed: 26 additions & 15 deletions

File tree

modules/ROOT/pages/_partials/api-configuration-tables.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
|===
44
| Field Name | Description | Required | Notes
55
| *Protocol* | Specifies whether to use HTTP or HTTPS. | Yes | If you select HTTPS, specify a TLS context for inbound traffic.
6-
| *Inbound TLS* | Specifies the TLS Context used for the inbound traffic of HTTPS APIs. | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+.
6+
| *Inbound TLS* | TLS Context used for the inbound traffic of HTTPS APIs | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+.
77
| *Port* | Specifies the number to use if the displayed port is incorrect. | No | Port can be shared between API instances over the same Target as long as the Base paths are different. Only available on Flex 1.2.0+.
88
| *Instance label* | Specifies a label for the API. | No | If you have multiple managed instances of the same API, add a label to differentiate each instance from the others.
99
| *Advanced Options* | | |
@@ -16,8 +16,8 @@
1616
[%header%autowidth.spread,cols="15%,35%,15%,35%"]
1717
|===
1818
| Field Name | Description | Required | Notes
19-
| *Upstream URL* | The URL to access for the proxy or the API. It must end with a /. | Yes| For example, you can use the URL of your API asset in Exchange.
20-
| *Outbound TLS* | Specifies the TLS Context used for the outbound traffic. | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+.
19+
| *Upstream URL* | URL to access for the proxy or API. This must end with a `/`. | Yes | For example, you can use the URL of your API asset in Exchange.
20+
| *Outbound TLS* | TLS Context used for the outbound traffic to the upstream service | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+.
2121
|===
2222
//end::flex-upstream[]
2323

@@ -73,6 +73,9 @@
7373
| *Client provider* | Specifies a client provider for the API. | Yes | Anypoint Platform acts as the client provider by default. To configure an external client provider, see xref:access-management::managing-api-clients.adoc[Client Providers].
7474
| *Request timeout* | Specifies the duration after which a request times out. | No |
7575
| *Proxy Version* | Specifies the version of the proxy to use for the endpoint.| No |
76+
| *Service Name* | Name of your WSDL service. | Yes | Only avaliable for WSDL APIs.
77+
| *Service Port* | Port for your WSDL your service. | Yes | Only avaliable for WSDL APIs.
78+
| *Service Namespace* | Namespace of your WSDL service. | Yes | Only avaliable for WSDL APIs.
7679
| *Enable Console* | Specifies whether you can expose and test your API specification. | No | You can specify a different path in *Console Path*, for example, "/spec/*". Only available if you have an attached API definition. Only available on Mule 3+.
7780
| *Validations* | Specifies whether to validate inbound requests against a provided specification. | No | Only available if you have an attached API definition. Only available on Mule 3+.
7881
| *Strict validations (optional)* | Specifies whether to validate inbound requests against query parameters. | No | Only available if you have an attached API definition. Only available on Mule 3+

modules/ROOT/pages/create-instance-task-mule.adoc

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,33 @@ include::partial$task-configure-proxy.adoc[tags=target-type-bullet;target-type]
3131

3232
include::partial$task-configure-proxy.adoc[tags=mid-steps;asset-type-options]
3333

34-
. Configure the downstream relevant to your proxy type:
35-
+
36-
Connect to existing application (basic endpoint)::::
34+
. Configure the downstream configuration settings relevant to your proxy type:
3735
+
36+
.Connect to existing application (basic endpoint)
37+
[%collapsible]
38+
====
3839
include::partial$api-configuration-tables.adoc[tags=mule-app-downstream]
40+
====
3941
+
40-
Deploy a proxy application::::
41-
+
42+
.Deploy a proxy application
43+
[%collapsible]
44+
====
4245
include::partial$api-configuration-tables.adoc[tags=mule-proxy-downstream]
46+
====
4347
. Click *Next*.
44-
. Configure the upstream relevant to your proxy type:
45-
+
46-
Connect to existing application (basic endpoint)::::
48+
. Configure the upstream configuration settings relevant to your proxy type:
4749
+
50+
.Connect to existing application (basic endpoint)
51+
[%collapsible]
52+
====
4853
include::partial$api-configuration-tables.adoc[tags=mule-app-upstream]
54+
====
4955
+
50-
Deploy a proxy application::::
51-
+
56+
.Deploy a proxy application
57+
[%collapsible]
58+
====
5259
include::partial$api-configuration-tables.adoc[tags=mule-proxy-upstream]
60+
====
5361
. Click *Next*.
5462
+
5563
include::partial$task-configure-proxy.adoc[tags=last-steps]

modules/ROOT/pages/create-instance-task-service-mesh.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ NOTE: After adding the API on Anypoint Platform, you need to bind it to a servic
1717
+
1818
include::partial$task-configure-proxy.adoc[tags=mid-steps;asset-type-options]
1919

20-
. Configure the downstream:
20+
. Configure the downstream configuration settings:
2121
+
2222
include::partial$api-configuration-tables.adoc[tags=service-mesh-downstream]
2323
. Click *Next*.
24-
. Configure the upstream:
24+
. Configure the upstream configuration settings:
2525
+
2626
include::partial$api-configuration-tables.adoc[tags=service-mesh-upstream]
2727
. Click *Next*.

0 commit comments

Comments
 (0)