Skip to content

Commit c21057d

Browse files
Merge pull request #258900 from dingmeng-xue/issue/25699370
Fix CLI script issue
2 parents 1a2ae70 + b31334d commit c21057d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ You can now view the state of the Spring Cloud Gateway on the **Spring Cloud Gat
5959
Use the following Azure CLI commands to enable or disable VMware Spring Cloud Gateway:
6060

6161
```azurecli
62-
az spring spring-cloud-gateway create \
62+
az spring gateway create \
6363
--resource-group <resource-group-name> \
6464
--service <Azure-Spring-Apps-service-instance-name>
6565
```
6666

6767
```azurecli
68-
az spring spring-cloud-gateway delete \
68+
az spring gateway delete \
6969
--resource-group <resource-group-name> \
7070
--service <Azure-Spring-Apps-instance-name>
7171
```
@@ -91,7 +91,7 @@ Use the following steps to restart VMware Spring Cloud Gateway by using the Azur
9191
Use the following Azure CLI command to restart the gateway:
9292

9393
```azurecli
94-
az spring spring-cloud-gateway restart \
94+
az spring gateway restart \
9595
--resource-group <resource-group-name> \
9696
--service <Azure-Spring-Apps-service-instance-name>
9797
```
@@ -177,7 +177,7 @@ VMware Spring Cloud Gateway supports authentication and authorization through si
177177

178178
| Property | Required? | Description |
179179
|----------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
180-
| `issuerUri` | Yes | The URI that's asserted as its issuer identifier. For example, if `issuer-uri` is `https://example.com`, an OpenID Provider Configuration Request is made to `https://example.com/.well-known/openid-configuration`. The result is expected to be an OpenID Provider Configuration Response. |
180+
| `issuerUri` | Yes | The URI that is asserted as its issuer identifier. For example, if `issuerUri` is `https://example.com`, an OpenID Provider Configuration Request is made to `https://example.com/.well-known/openid-configuration`. The result is expected to be an OpenID Provider Configuration Response. |
181181
| `clientId` | Yes | The OpenID Connect client ID from your identity provider. |
182182
| `clientSecret` | Yes | The OpenID Connect client secret from your identity provider. |
183183
| `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. |

0 commit comments

Comments
 (0)