Skip to content

Commit 6a99147

Browse files
Merge pull request #209288 from leonard520/config-limit
Add notice about config server/ACS limitation
2 parents d1c8f64 + cd99691 commit 6a99147

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Azure Spring Apps supports Azure DevOps, GitHub, GitLab, and Bitbucket for stori
5151

5252
Additionally, some configurable properties are available only for certain types. The following subsections list the properties for each repository type.
5353

54+
> [!NOTE]
55+
> Config Server takes `master` (on Git) as the default label if you don't specify one. However, GitHub has recently changed the default branch from `master` to `main`. To avoid Azure Spring Apps Config Server failure, be sure to pay attention to the default label when setting up Config Server with GitHub, especially for newly-created repositories.
56+
5457
### Public repository
5558

5659
When you use a public repository, your configurable properties are more limited.
@@ -84,7 +87,7 @@ All configurable properties used to set up private Git repository with SSH are l
8487
| `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*. |
8588

8689
> [!NOTE]
87-
> Config Server takes `master` (om Git itself) as the default label if you don't specify one. But GitHub has changed the default branch from `master` to `main` recently. To avoid Azure Spring Apps Config Server failure, be sure to pay attention to the default label when setting up Config Server with GitHub, especially for newly-created repositories.
90+
> Config Server 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.
8891
8992
### Private repository with basic authentication
9093

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ 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 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.
90+
8891
To validate access to the target URI, select **Validate**. After validation completes successfully, select **Apply** to update the configuration settings.
8992

9093
## Refresh strategies

0 commit comments

Comments
 (0)