Skip to content

Commit c2e8ab7

Browse files
committed
edits
1 parent 560309e commit c2e8ab7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To assign an endpoint in the Azure portal, use the following steps:
116116

117117
After a few minutes, **URL** shows the configured endpoint URL. Save the URL to use later.
118118

119-
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-overview.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway overview pane with the toggle for assigning an endpoint." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-overview.png":::
119+
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-overview.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway overview page with the toggle for assigning an endpoint." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-overview.png":::
120120

121121
#### [Azure CLI](#tab/Azure-CLI)
122122

@@ -137,13 +137,13 @@ VMware Spring Cloud Gateway metadata automatically generates OpenAPI version 3 d
137137

138138
The following table describes the available metadata options:
139139

140-
| Property | Description |
141-
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
142-
| `title` | A title that describes the context of the APIs available on the VMware Spring Cloud Gateway instance. The default value is `Spring Cloud Gateway for K8S`. |
140+
| Property | Description |
141+
|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
142+
| `title` | A title that describes the context of the APIs available on the VMware Spring Cloud Gateway instance. The default value is `Spring Cloud Gateway for K8S`. |
143143
| `description` | A detailed description of the APIs available on the VMware Spring Cloud Gateway instance. The default value is `Generated OpenAPI 3 document that describes the API routes configured for '[Gateway instance name]' Spring Cloud Gateway instance deployed under '[namespace]' namespace.*.` |
144-
| `documentation` | The location of API documentation that's available on the VMware Spring Cloud Gateway instance. |
145-
| `version` | The version of APIs available on this VMware Spring Cloud Gateway instance. The default value is `unspecified`. |
146-
| `serverUrl` | The base URL to access APIs on the VMware Spring Cloud Gateway instance. This property is mandatory if you want to integrate with the [API portal](./how-to-use-enterprise-api-portal.md). |
144+
| `documentation` | The location of API documentation that's available on the VMware Spring Cloud Gateway instance. |
145+
| `version` | The version of APIs available on this VMware Spring Cloud Gateway instance. The default value is `unspecified`. |
146+
| `serverUrl` | The base URL to access APIs on the VMware Spring Cloud Gateway instance. This property is mandatory if you want to integrate with the [API portal](./how-to-use-enterprise-api-portal.md). |
147147

148148
You can use the Azure portal or the Azure CLI to edit metadata properties.
149149

@@ -156,7 +156,7 @@ To edit metadata in the Azure portal, use the following steps:
156156
1. Specify values for the properties listed for **API**.
157157
1. Select **Save**.
158158

159-
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-configuration.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway configuration pane for an Azure Spring Apps instance, with the API section highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-configuration.png":::
159+
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-configuration.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway configuration tab for an Azure Spring Apps instance, with the API section highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-configuration.png":::
160160

161161
#### [Azure CLI](#tab/Azure-CLI)
162162

@@ -186,7 +186,7 @@ VMware Spring Cloud Gateway supports authentication and authorization through si
186186
| `clientSecret` | Yes | The OpenID Connect client secret from your identity provider. |
187187
| `scope` | Yes | A list of scopes to include in JWT identity tokens. This list should be based on the scopes that your identity provider allows. |
188188

189-
To set up SSO with Azure Active Directory, see [Set up single sign-on with Azure Active Directory for Spring Cloud Gateway and API portal](./how-to-set-up-sso-with-azure-ad.md).
189+
To set up SSO with Azure Active Directory, see [Set up single sign-on using Azure Active Directory for Spring Cloud Gateway and API Portal](./how-to-set-up-sso-with-azure-ad.md).
190190

191191
You can use the Azure portal or the Azure CLI to edit SSO properties.
192192

@@ -199,7 +199,7 @@ To edit SSO properties in the Azure portal, use the following steps:
199199
1. Specify values for the properties listed for **SSO**.
200200
1. Select **Save**.
201201

202-
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sso-configuration.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway configuration pane for an Azure Spring Apps instance, with the section for single sign-on highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sso-configuration.png":::
202+
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sso-configuration.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Gateway configuration tab for an Azure Spring Apps instance, with the section for single sign-on highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sso-configuration.png":::
203203

204204
#### [Azure CLI](#tab/Azure-CLI)
205205

@@ -258,11 +258,11 @@ req.send();
258258
259259
Cross-origin resource sharing (CORS) allows restricted resources on a webpage to be requested from another domain outside the domain from which the first resource was served. The following table describes the available CORS configuration options.
260260
261-
| Property | Description |
262-
|-------------------------|----------------------------------------------------------------------------|
261+
| Property | Description |
262+
|-------------------------|---------------------------------------------------------------------------|
263263
| `allowedOrigins` | Allowed origins to make cross-site requests |
264-
| `allowedOriginPatterns` | Allowed origin patterns to make cross-site requests |
265-
| `allowedMethods` | Allowed HTTP methods on cross-site requests |
264+
| `allowedOriginPatterns` | Allowed origin patterns to make cross-site requests |
265+
| `allowedMethods` | Allowed HTTP methods on cross-site requests |
266266
| `allowedHeaders` | Allowed headers in cross-site requests |
267267
| `maxAge` | How long, in seconds, clients cache the response from a preflight request |
268268
| `allowCredentials` | Whether user credentials are supported on cross-site requests |
@@ -280,8 +280,8 @@ The following table describes the default resource usage.
280280
281281
| Component name | Instance count | vCPU per instance | Memory per instance |
282282
|----------------------------------------------|----------------|-------------------|---------------------|
283-
| VMware Spring Cloud Gateway | 2 | 1 core | 2 GiB |
284-
| VMware Spring Cloud Gateway operator | 2 | 1 core | 2 GiB |
283+
| VMware Spring Cloud Gateway | 2 | 1 core | 2 GiB |
284+
| VMware Spring Cloud Gateway operator | 2 | 1 core | 2 GiB |
285285
286286
## Configure TLS between the gateway and applications
287287
@@ -416,7 +416,7 @@ For information on the available metrics, see the [User metrics options](./conce
416416

417417
The Azure Spring Apps service manages and tunes VMware Spring Cloud Gateway. Except for the use cases that configure application performance monitoring (APM) and the log level, you don't normally need to configure VMware Spring Cloud Gateway with environment variables.
418418
419-
But if you have requirements that you can't fulfill by other configurations described in this article, you can try to configure the environment variables shown in the [Common application properties](https://cloud.spring.io/spring-cloud-gateway/reference/html/appendix.html#common-application-properties) list. Be sure to verify your configuration in your test environment before applying it to your production environment.
419+
If you have requirements that you can't fulfill by other configurations described in this article, you can try to configure the environment variables shown in the [Common application properties](https://cloud.spring.io/spring-cloud-gateway/reference/html/appendix.html#common-application-properties) list. Be sure to verify your configuration in your test environment before applying it to your production environment.
420420

421421
#### [Azure portal](#tab/Azure-portal)
422422

@@ -452,7 +452,7 @@ To monitor VMware Spring Cloud Gateway, you can configure APM. The following tab
452452
| Dynatrace | `DT_TENANT`<br>`DT_TENANTTOKEN`<br>`DT_CONNECTION_POINT` |
453453
| New Relic | `NEW_RELIC_LICENSE_KEY`<br>`NEW_RELIC_APP_NAME` |
454454
| AppDynamics | `APPDYNAMICS_AGENT_APPLICATION_NAME`<br>`APPDYNAMICS_AGENT_TIER_NAME`<br>`APPDYNAMICS_AGENT_NODE_NAME`<br> `APPDYNAMICS_AGENT_ACCOUNT_NAME`<br>`APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY`<br>`APPDYNAMICS_CONTROLLER_HOST_NAME`<br>`APPDYNAMICS_CONTROLLER_SSL_ENABLED`<br>`APPDYNAMICS_CONTROLLER_PORT` |
455-
| Elastic APM | `ELASTIC_APM_SERVICE_NAME`<br>`ELASTIC_APM_APPLICATION_PACKAGES`<br>`ELASTIC_APM_SERVER_URL` |
455+
| Elastic APM | `ELASTIC_APM_SERVICE_NAME`<br>`ELASTIC_APM_APPLICATION_PACKAGES`<br>`ELASTIC_APM_SERVER_URL` |
456456

457457
For other supported environment variables, see the following sources:
458458

@@ -523,8 +523,8 @@ You can configure the log levels of VMware Spring Cloud Gateway in the following
523523

524524
The following loggers might contain valuable troubleshooting information at the `TRACE` and `DEBUG` levels:
525525

526-
| Logger | Description |
527-
|----------------------------------------------|------------------------------------------------------|
526+
| Logger | Description |
527+
|----------------------------------------------|-----------------------------------------------------|
528528
| `io.pivotal.spring.cloud.gateway` | Filters and predicates, including custom extensions |
529529
| `org.springframework.cloud.gateway` | API gateway |
530530
| `org.springframework.http.server.reactive` | HTTP server interactions |

0 commit comments

Comments
 (0)