From 71945e97f15e8f6c388f536b8a5c520d8f6618db Mon Sep 17 00:00:00 2001 From: Jonathan Pearlin Date: Mon, 21 Nov 2016 15:22:20 -0800 Subject: [PATCH] Fix configuration name for TLS auth in documentation. Remove `.config` from the property name for setting the authentication type. Original pull request: gh-56. --- docs/src/main/asciidoc/spring-cloud-vault-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-vault-config.adoc b/docs/src/main/asciidoc/spring-cloud-vault-config.adoc index 014057a7..78c3dc51 100644 --- a/docs/src/main/asciidoc/spring-cloud-vault-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-vault-config.adoc @@ -300,7 +300,7 @@ To enable `cert` authentication you need to: 1. Use SSL, see <> 2. Configure a Java `Keystore` that contains the client certificate and the private key -3. Set the `spring.cloud.vault.config.authentication` to `CERT` +3. Set the `spring.cloud.vault.authentication` to `CERT` .bootstrap.yml ====