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 arehttp 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