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: articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ To assign an endpoint in the Azure portal, use the following steps:
116
116
117
117
After a few minutes, **URL** shows the configured endpoint URL. Save the URL to use later.
118
118
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":::
120
120
121
121
#### [Azure CLI](#tab/Azure-CLI)
122
122
@@ -137,13 +137,13 @@ VMware Spring Cloud Gateway metadata automatically generates OpenAPI version 3 d
137
137
138
138
The following table describes the available metadata options:
|`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`. |
|`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`. |
143
143
|`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). |
147
147
148
148
You can use the Azure portal or the Azure CLI to edit metadata properties.
149
149
@@ -156,7 +156,7 @@ To edit metadata in the Azure portal, use the following steps:
156
156
1. Specify values for the properties listed for **API**.
157
157
1. Select **Save**.
158
158
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":::
160
160
161
161
#### [Azure CLI](#tab/Azure-CLI)
162
162
@@ -186,7 +186,7 @@ VMware Spring Cloud Gateway supports authentication and authorization through si
186
186
|`clientSecret`| Yes | The OpenID Connect client secret from your identity provider. |
187
187
|`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. |
188
188
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).
190
190
191
191
You can use the Azure portal or the Azure CLI to edit SSO properties.
192
192
@@ -199,7 +199,7 @@ To edit SSO properties in the Azure portal, use the following steps:
199
199
1. Specify values for the properties listed for **SSO**.
200
200
1. Select **Save**.
201
201
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":::
203
203
204
204
#### [Azure CLI](#tab/Azure-CLI)
205
205
@@ -258,11 +258,11 @@ req.send();
258
258
259
259
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.
## Configure TLS between the gateway and applications
287
287
@@ -416,7 +416,7 @@ For information on the available metrics, see the [User metrics options](./conce
416
416
417
417
TheAzureSpringApps service manages and tunes VMwareSpringCloudGateway. Exceptfor 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.
418
418
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.
420
420
421
421
#### [Azure portal](#tab/Azure-portal)
422
422
@@ -452,7 +452,7 @@ To monitor VMware Spring Cloud Gateway, you can configure APM. The following tab
0 commit comments