From 73e65d674b96eae8ba05c8db996f32e4181cdd16 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Mon, 20 May 2019 09:52:10 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
spring-cloud-vault.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/spring-cloud-vault.html b/spring-cloud-vault.html
index 8f5d7769..f8fe9d4f 100644
--- a/spring-cloud-vault.html
+++ b/spring-cloud-vault.html
@@ -2590,7 +2590,8 @@ after application shutdown.
config.lifecycle:
enabled: true
min-renewal: 10s
- expiry-threshold: 1m
+ expiry-threshold: 1m
+ lease-endpoints: Legacy
@@ -2606,6 +2607,9 @@ after application shutdown.
expiry-threshold sets the expiry threshold. A lease is renewed the configured period of time before it expires.
+
+lease-endpoints sets the endpoints for renew and revoke. Legacy for vault versions before 0.8 and SysLeases for later.
+