Skip to content

Commit 656daed

Browse files
Fix endpoint
1 parent 6daa9d5 commit 656daed

5 files changed

Lines changed: 18 additions & 27 deletions

File tree

modules/ROOT/pages/_partials/task-add-api-instance.adoc

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -145,32 +145,23 @@ NOTE: Anypoint API Manager supports OpenAPI Specification (OAS) 3.0, with the ex
145145
. Click *Next*.
146146
//end::soap[]
147147

148-
//tag::mid-steps2[]
149-
. If you want to enable TSL for inbound traffic:
150-
** Select *HTTPS* for the *Scheme*. +
151-
You should now see the *Inbound TLS* field enabled.
152-
** Select *Add TLS Context*.
153-
*** Select the secret group where you hosted your TLS context from the *Secret group* drop-down.
154-
*** Select your TLS context for your HTTPS API Proxy from the *TLS Context* drop-down.
155-
. Enter the *Port* number for your API proxy.
156-
. Enter the *Base path*.
157-
. Click *Advanced Options*.
158-
. Select optional downstream configuration settings. For more configuration settings, see xref:create-instance-task-mule.adoc[].
159-
. In *Proxy Version*, select *latest*. +
160-
This value ensures that your API proxy uses the latest released proxy version.
161-
If a new proxy version is available in Anypoint platform, return to this step to reconfigure your proxy to the latest version.
148+
//tag::proxy-endpoints[]
149+
. Configure the downstream configuration settings:
150+
.Expand for configuration settings.
151+
[%collapsible]
152+
====
153+
include::partial$api-configuration-tables.adoc[tags=mule-proxy-downstream]
154+
====
162155
. Click *Next*.
163-
. 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. +
164-
This is the only required field. For further details on the optional fields, see xref:configure-api-task.adoc[Configure an API Endpoint].
165-
. Click *Add TLS Context* for *Outbound TLS*. This is required for API instances using HTTPs communication.
166-
.. Select the secret group where you hosted your TLS Context from the *Secret Group* drop-down list.
167-
.. Select your TLS Context for your HTTPS API Proxy from the *TLS Context* drop-down.
156+
. Configure the upstream configuration settings:
168157
+
169-
[NOTE]
170-
If you can't see a context, check that you have the right permissions, as mentioned in <<Before You Begin>>.
171-
158+
.Expand for configuration settings.
159+
[%collapsible]
160+
====
161+
include::partial$api-configuration-tables.adoc[tags=mule-proxy-upstream]
162+
====
172163
. Click *Next*.
173-
//end::mid-steps2[]
164+
//end::proxy-endpoints[]
174165

175166
//tag::last-steps[]
176167

modules/ROOT/pages/building-soap-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With SOAP proxy v2.1.0, you can retrieve a WSDL from a remote location using the
4646

4747
Configure your SOAP proxy by completing the following steps:
4848

49-
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;soap;mid-steps2;last-steps]
49+
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;soap;proxy-endpoints;last-steps]
5050

5151

5252
== Troubleshooting SOAP Proxies for Missing Imports on XSD Files

modules/ROOT/pages/proxy-deploy-raml-oas-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API Manager 2.x enables you to use a RAML or OAS type of API Proxy, for all your
66

77
Configure your RAML or OAS API proxy by completing the following steps:
88

9-
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;raml-oas;mid-steps2;last-steps]
9+
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;raml-oas;proxy-endpoints;last-steps]
1010

1111

1212
== See Also

modules/ROOT/pages/proxy-domain-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For HTTP listener configuration defined in the domain, the listener setup on the
4242

4343
To configure the API proxy domain by completing the following steps:
4444

45-
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;hybrid;mid-steps;asset-type-options;mid-steps2;last-steps]
45+
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;hybrid;mid-steps;asset-type-options;proxy-endpoints;last-steps]
4646

4747
. After saving the API proxy configuration, perform one of the following steps:
4848

modules/ROOT/pages/proxy-latest-concept.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For Mule versions 3.8 and later, use Mule Agent 1.9.0. For Mule 4.x, use the Mul
2727

2828
Deploy your proxy by completing the following steps:
2929

30-
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;asset-type-options;mid-steps2;last-steps]
30+
include::partial$task-add-api-instance.adoc[tags=proxy-first-steps;target-type;mid-steps;asset-type-options;proxy-endpoints;last-steps]
3131

3232
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].
3333

0 commit comments

Comments
 (0)