Skip to content

Commit ca027ad

Browse files
authored
Merge pull request #96120 from jpconnock/spring-config-rewrite
Rewriting Note for clarity.
2 parents 927a703 + 2e3e03b commit ca027ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/spring-cloud-tutorial-config-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ All configurable properties used to set up private Git repository with basic aut
9090
| `password` | `no` | The password used to access the `Git` repository server, __required__ when the `Git` repository server supports `Http Basic Authentication`. |
9191

9292
> [!NOTE]
93-
> Some `Git` repository servers, like GitHub, support a "personal-token" or "access-token" as a password for `HTTP Basic Authentication`. You can use that kind of token as a password here too, and the "personal-token" or "access-token" will not expire. However, for Git repository servers like BitBucket and Azure DevOps, the token will expire in one or two hours, making that option not viable for use with Azure Spring Cloud.
93+
> Many `Git` repository servers support the use of tokens rather than passwords for `HTTP Basic Authentication`. Some repositories, such as GitHub, allow tokens to persist indefinitely. However, some Git repository servers, including Azure DevOps, force tokens to expire in a few hours. Repositories that cause tokens to expire should not use token-based authentication with Azure Spring Cloud.
9494
9595
### Git repositories with pattern
9696

0 commit comments

Comments
 (0)