diff --git a/1.0.0.M1/index.html b/1.0.0.M1/index.html index 25865c57..2e63ef0b 100644 --- a/1.0.0.M1/index.html +++ b/1.0.0.M1/index.html @@ -732,10 +732,10 @@ Supported schemes are http and https.

Enabling further integrations requires additional dependencies and configuration. Depending on how you have set up Vault you might need additional configuration like -SSL and -authentication. Checkout these +SSL and +authentication. Checkout these chapters in the -reference guide.

+reference guide.

If the application imports the spring-boot-starter-actuator project, the diff --git a/1.0.0.M2/index.html b/1.0.0.M2/index.html index 41c72eaf..833474a3 100644 --- a/1.0.0.M2/index.html +++ b/1.0.0.M2/index.html @@ -735,10 +735,10 @@ Supported schemes are http and https.

Enabling further integrations requires additional dependencies and configuration. Depending on how you have set up Vault you might need additional configuration like -SSL and -authentication. Checkout these +SSL and +authentication. Checkout these chapters in the -reference guide.

+reference guide.

If the application imports the spring-boot-starter-actuator project, the @@ -754,7 +754,7 @@ property health.vault.enabled (default true)

Vault requires an authentication mechanism to authorize client requests.

-

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

+

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

For a quickstart, use the root token printed by the Vault initialization.

@@ -1989,4 +1989,4 @@ after application shutdown.

- \ No newline at end of file + diff --git a/1.0.0.RC1/index.html b/1.0.0.RC1/index.html index 4f08176a..5f936c50 100644 --- a/1.0.0.RC1/index.html +++ b/1.0.0.RC1/index.html @@ -735,10 +735,10 @@ Supported schemes are http and https.

Enabling further integrations requires additional dependencies and configuration. Depending on how you have set up Vault you might need additional configuration like -SSL and -authentication. Checkout these +SSL and +authentication. Checkout these chapters in the -reference guide.

+reference guide.

If the application imports the spring-boot-starter-actuator project, the @@ -754,7 +754,7 @@ property health.vault.enabled (default true)

Vault requires an authentication mechanism to authorize client requests.

-

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

+

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

For a quickstart, use the root token printed by the Vault initialization.

@@ -2029,4 +2029,4 @@ after application shutdown.

- \ No newline at end of file + diff --git a/_config.yml b/_config.yml index 645fafcf..2d3e328e 100644 --- a/_config.yml +++ b/_config.yml @@ -16,17 +16,17 @@ gems: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /spring-cloud-vault-config +baseurl: /spring-cloud-vault # Name of the project for display in places like page titles -name: Spring Cloud Vault Config +name: Spring Cloud Vault # ID of the project in the metadata API at spring.io (if this is not a # valid project ID the javascript widgets in the home page will not work) -project: spring-cloud-vault-config +project: spring-cloud-vault # Project github URL -github_repo_url: http://github.com/spring-cloud/spring-cloud-vault-config +github_repo_url: http://github.com/spring-cloud/spring-cloud-vault # Project forum URL forum: http://stackoverflow.com/questions/tagged/spring-cloud diff --git a/index.html b/index.html index c34427dc..d33e3f0e 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ --- # The name of your project -title: Spring Cloud Vault Config +title: Spring Cloud Vault badges: # Customize your project's badges. Delete any entries that do not apply. custom: - name: Source (GitHub) - url: https://github.com/spring-cloud/spring-cloud-vault-config + url: https://github.com/spring-cloud/spring-cloud-vault icon: github - name: StackOverflow @@ -35,9 +35,9 @@ Spring Cloud Vault Config provides client-side support for externalized configur ## Features * Retrieve secrets from Vault and initialize Spring Environment with remote property sources -* Obtain [secrets](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.generic) secured with SSL -* Generate credentials for [MySQL](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.mysql), [PostgreSQL](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.postgresql), [Apache Cassandra](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.cassandra), [MongoDB](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.mongodb), [Consul](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.consul), [AWS](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.aws), and [RabbitMQ](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.backends.rabbitmq). -* [Token](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.token), [AppId](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.appid), [AppRole](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.approle), [Client Certificate](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.clientcert), [Cubbyhole](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.cubbyhole), and [AWS-EC2](http://cloud.spring.io/spring-cloud-vault-config/spring-cloud-vault-config.html#vault.config.authentication.awsec2) authentication +* Obtain [secrets](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.generic) secured with SSL +* Generate credentials for [MySQL](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.mysql), [PostgreSQL](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.postgresql), [Apache Cassandra](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.cassandra), [MongoDB](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.mongodb), [Consul](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.consul), [AWS](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.aws), and [RabbitMQ](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.backends.rabbitmq). +* [Token](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.token), [AppId](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.appid), [AppRole](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.approle), [Client Certificate](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.clientcert), [Cubbyhole](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.cubbyhole), and [AWS-EC2](http://cloud.spring.io/spring-cloud-vault/spring-cloud-vault-config.html#vault.config.authentication.awsec2) authentication * Bootstrap application context: a parent context for the main application that can be trained to do anything @@ -47,7 +47,7 @@ Spring Cloud Vault Config provides client-side support for externalized configur {% include download_widget.md %} -To get started with Spring Cloud Vault Config, simply include a build dependency. +To get started with Spring Cloud Vault, simply include a build dependency. For example, typical POM dependencies would be: diff --git a/spring-cloud-vault-config.html b/spring-cloud-vault-config.html index 4f08176a..5f936c50 100644 --- a/spring-cloud-vault-config.html +++ b/spring-cloud-vault-config.html @@ -735,10 +735,10 @@ Supported schemes are http and https.

Enabling further integrations requires additional dependencies and configuration. Depending on how you have set up Vault you might need additional configuration like -SSL and -authentication. Checkout these +SSL and +authentication. Checkout these chapters in the -reference guide.

+reference guide.

If the application imports the spring-boot-starter-actuator project, the @@ -754,7 +754,7 @@ property health.vault.enabled (default true)

Vault requires an authentication mechanism to authorize client requests.

-

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

+

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

For a quickstart, use the root token printed by the Vault initialization.

@@ -2029,4 +2029,4 @@ after application shutdown.

- \ No newline at end of file +