From 00a72084f53116ae1f1900f7a7702bc46ebd4626 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 27 May 2017 21:42:09 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-vault.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-cloud-vault.html b/spring-cloud-vault.html index 6f44b886..18f5bb31 100644 --- a/spring-cloud-vault.html +++ b/spring-cloud-vault.html @@ -702,6 +702,7 @@ the bootstrap phase of an application context), e.g.

host: localhost port: 8200 scheme: https + uri: https://localhost:8200 connection-timeout: 5000 read-timeout: 15000 config: @@ -724,6 +725,9 @@ for SSL certificate validation

Supported schemes are http and https.

  • +

    uri configure the Vault endpoint with an URI. Takes precedence over host/port/scheme configuration

    +
  • +
  • connection-timeout sets the connection timeout in milliseconds