spring-cloud-vault
spring-cloud-vault copied to clipboard
Properties are not refreshing from the config server
Describe the bug
I am using spring cloud with vault I added the boostrap.yml with following
spring.cloud:
vault:
uri: http://localhost:82000
authentication: APPROLE
is_enterprise: true
namespace: test
app-role:
role-id:
secret-id:
role:
app-role-path:
When I am trying to change the spring.cloud.vault.uri through application.yml in the config server it is not updating the server
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a minimal yet complete sample that reproduces the problem. You can share it with us by pushing it to a separate repository on GitHub or by zipping it up and attaching it to this issue.