Fix configuration name for TLS auth in documentation.
Remove `.config` from the property name for setting the authentication type. Original pull request: gh-56.
This commit is contained in:
committed by
Mark Paluch
parent
981115dd6e
commit
71945e97f1
@@ -300,7 +300,7 @@ To enable `cert` authentication you need to:
|
||||
1. Use SSL, see <<vault.config.ssl>>
|
||||
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
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user