spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
270 stars 151 forks source link

Properties are not refreshing from the config server #710

Open samuelj90 opened 7 months ago

samuelj90 commented 7 months ago

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

mp911de commented 7 months ago

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.