Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties are not refreshing from the config server #710

Open
samuelj90 opened this issue Nov 27, 2023 · 1 comment
Open

Properties are not refreshing from the config server #710

samuelj90 opened this issue Nov 27, 2023 · 1 comment

Comments

@samuelj90
Copy link

samuelj90 commented Nov 27, 2023

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
Copy link
Member

mp911de commented Nov 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants