Skip to content

Commit 57c4f4b

Browse files
Update articles/spring-apps/how-to-enterprise-application-configuration-service.md
Co-authored-by: Karl Erickson <[email protected]>
1 parent bdaab12 commit 57c4f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 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.
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)