expiryThreshold is shared by minRenewal, It is difficult to assess how much minRenewal should be set ``` renewed.getLeaseDuration().getSeconds() < this.minRenewal.getSeconds() ``` https://github.com/spring-projects/spring-vault/blob/afdbdd67f1018634a536fa4e0f60a52d37b1860c/spring-vault-core/src/main/java/org/springframework/vault/core/lease/SecretLeaseContainer.java#L594C5-L594C5