Skip to content

Commit fdedf60

Browse files
Merge pull request #215386 from jiec-msft/mason/enhance-config-server-and-acs-ssh-note
update ssh auth note for config server and Application Configuration Service
2 parents b2dd443 + 6b76c2d commit fdedf60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/spring-apps/how-to-config-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following table lists the configurable properties that you can use to set up
8989
| `strict-host-key-checking` | No | Indicates whether the Config Server instance will fail to start when using the private `host-key`. Should be *true* (default value) or *false*. |
9090

9191
> [!NOTE]
92-
> Config Server doesn't support SHA-2 signatures yet. Until support is added, use SHA-1 signatures or basic auth instead.
92+
> Config Server uses RSA keys with SHA-1 signatures for now. If you're using GitHub, for RSA public keys added to GitHub before November 2, 2021, the corresponding private key is supported. For RSA public keys added to GitHub after November 2, 2021, the corresponding private key is not supported, and we suggest using basic authentication instead.
9393
9494
### Private repository with basic authentication
9595

articles/spring-apps/how-to-enterprise-application-configuration-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following image shows the three types of repository authentication supported
8686
| `Strict host key checking` | No | Optional value that indicates whether the backend should be ignored if it encounters an error when using the provided `Host key`. Valid values are `true` and `false`. The default value is `true`. |
8787

8888
> [!NOTE]
89-
> Application Configuration Service for Tanzu doesn't support SHA-2 signatures yet and we are actively working on to support it in future release. Before that, please use SHA-1 signatures or basic auth instead.
89+
> Application Configuration Service for Tanzu uses RSA keys with SHA-1 signatures for now. If you're using GitHub, for RSA public keys added to GitHub before November 2, 2021, the corresponding private key is supported. For RSA public keys added to GitHub after November 2, 2021, the corresponding private key is not supported, and we suggest using basic authentication instead.
9090
9191
To validate access to the target URI, select **Validate**. After validation completes successfully, select **Apply** to update the configuration settings.
9292

0 commit comments

Comments
 (0)