Skip to content

Commit 04d3e0b

Browse files
Merge pull request #494 from mulesoft/W-12222307-add-flex-tls
W 12222307 add flex tls
2 parents d9bd2e7 + 128848d commit 04d3e0b

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

modules/ROOT/pages/_partials/task-configure-proxy.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ If you upload an OAS API specification to an API proxy version 1.0 or earlier, y
147147
. If you plan to have xref:building-https-proxy.adoc[HTTPS] communications, specify a TLS Context.
148148
. Click *Next*.
149149
//end::tls[]
150+
//tag::configure-endpoint[]
151+
. xref:api-manager::configure-api-task.adoc[Configure the endpoint].
152+
. Click *Next*.
153+
//end::configure-endpoint[]
150154
//tag::last-steps-heading[]
151155

152156
[[review_save_and_deploy]]

modules/ROOT/pages/configure-api-task.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Not all options are available depending on the runtime as well as the API.
1414
| *API 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.
1515
| *Implementation URI* | 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.
1616
| *Consumer endpoint* | Specifies a proxy application's address for consumers to use for sending requests.| No |
17-
| *Proxy version* | Specifies the version of the proxy to use for the endpoint.| No |
1817
| *Base path* | Specifies the URL prefix for all API paths, relative to the host root. It must start with a leading slash /. | No |
19-
| **Advanced Options** | | |
2018
| *Scheme* | Specifies whether to use HTTP or HTTPS. | Yes | If you select HTTPS, specify a TLS context for inbound traffic.
19+
| *TLS Context for inbound traffic* | 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.
2120
| *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+.
21+
| *Client provider* | Specifies a client provider for the API. | No | 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].
22+
| **Advanced Options** | | |
23+
| *TLS Context for outbound traffic* | 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.
2224
|===
2325

2426
== Configure an API Instance on Service Mesh Options

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ the sandbox environment, and you want to promote it to the current or production
1414
* *Import API from zip file:* Select this option if you have exported an API Instance from a different Anypoint Platform
1515
instance.
1616
17-
When you are promoting or importing an API Instance, you will not have options to alter the configuration. However,
18-
when you add a new API Instance, you will need to configure the endpoint as well as other settings.
17+
When you are promoting or importing an API Instance, you do not have options to alter the configuration. However,
18+
when you add a new API Instance, you need to xref:configure-api-task.adoc[configure the endpoint] as well as other settings.
1919

2020
== Add a New API
2121

2222
. Log in to Anypoint Platform.
2323
. In the navigation bar or the Anypoint Platform page, click *API Manager*.
2424
. Click *Add API* and select *Add new API*.
2525
. Select and configure your runtime from the following options:
26-
Flex Gateway:: Select Flex Gateway for any APIs that need a flexible, performant API gateway
27-
that will work with distributed and microservices environments and fit into your CI/CD environments.
26+
Flex Gateway:: Select Flex Gateway for any APIs that need a flexible and performant API gateway
27+
that works with distributed and microservices environments and fits into your CI/CD environments.
2828
+
2929
Choose the connected Flex Gateway you have installed and registered from the list under *Select a gateway*.
3030
+
@@ -52,11 +52,11 @@ include::partial$task-configure-proxy.adoc[tags=target-type-bullet;target-type]
5252
Service Mesh:: Select Service Mesh to extend Anypoint Platform API Management capabilities to your
5353
Istio service mesh through the deployment of a Mule Adapter.
5454
+
55-
NOTE: After adding the API on Anypoint Platform, you will need to bind it to a service using the Anypoint Service Mesh client. See xref:service-mesh::configure-service-mesh.adoc#methods-for-configuring-anypoint-service-mesh[Methods for Configuring Anypoint Service Mesh] for more information.
55+
NOTE: After adding the API on Anypoint Platform, you need to bind it to a service using the Anypoint Service Mesh client. See xref:service-mesh::configure-service-mesh.adoc#methods-for-configuring-anypoint-service-mesh[Methods for Configuring Anypoint Service Mesh] for more information.
5656
+
5757
. Click *Next*.
5858
+
59-
include::partial$task-configure-proxy.adoc[tags=mid-steps;asset-type-options;last-steps,leveloffset=+2]
59+
include::partial$task-configure-proxy.adoc[tags=mid-steps;asset-type-options;configure-endpoint;last-steps,leveloffset=+2]
6060

6161

6262
== Promote API from Environment

0 commit comments

Comments
 (0)