You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-cloud/how-to-config-server.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ All configurable properties used to set up private Git repository with basic aut
102
102
> Many `Git` repository servers support the use of tokens rather than passwords for HTTP Basic Authentication. Some repositories allow tokens to persist indefinitely. However, some Git repository servers, including Azure DevOps Server, force tokens to expire in a few hours. Repositories that cause tokens to expire should not use token-based authentication with Azure Spring Cloud.
103
103
> Github has removed support for password authentication, so you'll need to use a personal access token instead of password authentication for Github. For more information, see [Token authentication](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/).
104
104
105
-
### Git `Additional repositories`
105
+
### Git additional repositories
106
106
107
107
All configurable properties used to set up Git repositories with pattern are listed below.
108
108
@@ -124,10 +124,16 @@ All configurable properties used to set up Git repositories with pattern are lis
124
124
|`repos."host-key-algorithm"`| No | The host key algorithm, should be *ssh-dss*, *ssh-rsa*, *ecdsa-sha2-nistp256*, *ecdsa-sha2-nistp384*, or *ecdsa-sha2-nistp521*. *Required* only if `host-key` exists. |
125
125
|`repos."strict-host-key-checking"`| No | Indicates whether the Config Server instance will fail to start when leveraging the private `host-key`. Should be *true* (default value) or *false*. |
126
126
127
-
Here is one example of `Additional repositories` settings, you can learn more about it from [here](https://cloud.spring.io/spring-cloud-config/reference/html/#_pattern_matching_and_multiple_repositories).
127
+
The following snapshot and table shows some examples for the **Additional repositories** section. For more information, see [Pattern Matching and Multiple Repositories](https://cloud.spring.io/spring-cloud-config/reference/html/#_pattern_matching_and_multiple_repositories) in the Spring documentation.
128
128
129
129

| test-config-server-app-0/*| Spring boot application named test-config-server-app-0 with any profile will match the pattern and repository uri. |
134
+
| test-config-server-app-1/dev | Spring boot application named test-config-server-app-1 with dev profile will match the pattern and repository uri. |
135
+
| test-config-server-app-2/prod | Spring boot application named test-config-server-app-2 with prod profile will match the pattern and repository uri. |
136
+
131
137
## Attach your Config Server repository to Azure Spring Cloud
132
138
133
139
Now that your configuration files are saved in a repository, you need to connect Azure Spring Cloud to it.
0 commit comments