Skip to content

Commit 452c6f8

Browse files
committed
Update Spring Vault documentation links.
See gh-832
1 parent f4540aa commit 452c6f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Vault can manage static and dynamic secrets such as application data, username/p
88

99
For a comprehensive treatment of all the Spring Vault features, please refer to:
1010

11-
* the https://docs.spring.io/spring-vault/docs/current/reference/html/[User Guide]
11+
* the https://docs.spring.io/spring-vault/reference/[User Guide]
1212
* the https://docs.spring.io/spring-vault/docs/current/api/[JavaDocs] have extensive comments in them as well.
1313
* the home page of https://projects.spring.io/spring-vault[Spring Vault] contains links to articles and other resources.
1414
* for more detailed questions, use https://stackoverflow.com/questions/tagged/spring-vault[Spring Vault on Stackoverflow].
@@ -19,13 +19,13 @@ Specifically for Spring applications:
1919

2020
* JavaConfig for Vault Client
2121
* Retrieve secrets from Vault and initialize Spring Environment with remote property sources
22-
* Obtain https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.client-ssl[secrets] secured with SSL
23-
* https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.token[Token],
24-
https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.appid[AppId],
25-
https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.approle[AppRole],
26-
https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.clientcert[Client Certificate],
27-
https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.cubbyhole[Cubbyhole], and
28-
https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.awsec2[AWS-EC2] authentication
22+
* Obtain https://docs.spring.io/spring-vault/reference/vault/client-support.html#vault.client-ssl[secrets] secured with SSL
23+
* https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.token[Token],
24+
https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.appid[AppId],
25+
https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.approle[AppRole],
26+
https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.clientcert[Client Certificate],
27+
https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.cubbyhole[Cubbyhole], and
28+
https://docs.spring.io/spring-vault/reference/vault/authentication.html#vault.authentication.awsec2[AWS-EC2] authentication
2929
* Bootstrap application context: a parent context for the main application that can be trained to do anything
3030

3131
Spring Boot users can benefit from https://github.com/spring-cloud/spring-cloud-vault-config[Spring Cloud Vault Config], an optimized integration with Vault to provide encrypted Vault properties inside Spring Boot applications.

0 commit comments

Comments
 (0)