Skip to content

Commit bdaab12

Browse files
committed
update ssh auth note for config server and Application Configuration Service
1 parent f3ca2a7 commit bdaab12

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
@@ -87,7 +87,7 @@ The following table lists the configurable properties that you can use to set up
8787
| `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*. |
8888

8989
> [!NOTE]
90-
> Config Server doesn't support SHA-2 signatures yet. Until support is added, use SHA-1 signatures or basic auth instead.
90+
> Config Server uses RSA key with SHA-1 signatures for now, and we are actively working on to support it in future release. Before that, if using GitHub, for RSA public keys added to GitHub before 2021-11-02, corresponding private key is supported. For RSA public keys added to GitHub after 2021-11-02, corresponding private key is not supported, suggest using basic authentication.
9191
9292
### Private repository with basic authentication
9393

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 key with SHA-1 signatures for now, and we are actively working on to support it in future release. Before that, if using GitHub, for RSA public keys added to GitHub before 2021-11-02, corresponding private key is supported. For RSA public keys added to GitHub after 2021-11-02, corresponding private key is not supported, suggest using basic authentication.
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)