spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

SPRING_CLOUD_VAULT_CONFIG_LIFECYCLE_ENABLED disabling not working #814

Closed nemadev888 closed 1 year ago

nemadev888 commented 1 year ago

When We set the false value for SPRING_CLOUD_VAULT_CONFIG_LIFECYCLE_ENABLED, its not working properly. its still initiating the call for /v1/auth/token/renew-self. Using spring boot version: 2.5.0 Spring cloud vault version: 3.0.2

mp911de commented 1 year ago

The config property you're looking for is spring.cloud.vault.session.lifecycle.enabled.