Skip to content

Commit a5f0401

Browse files
Merge pull request #230614 from jiec-msft/mason/refine-acs-sha-support
Remove Tanzu ACS sha-2 support limitation
2 parents d4eba3d + 577a813 commit a5f0401

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ The following image shows the three types of repository authentication supported
8585
| `Host key algorithm` | No | The algorithm for `hostKey`: one of `ssh-dss`, `ssh-rsa`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, and `ecdsa-sha2-nistp521`. (Required if supplying `Host key`). |
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

88-
> [!NOTE]
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.
90-
9188
To validate access to the target URI, select **Validate**. After validation completes successfully, select **Apply** to update the configuration settings.
9289

9390
## Refresh strategies

0 commit comments

Comments
 (0)