python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Cloud Config Server does not serve application-specific properties in native mode
I have a Spring Cloud Config Server v3.0.5 which serves configuration properties from a Git repository like this:
|
|-- foo-service/
| |-- application.yml
|-- bar-service/
| |-- application.yml
|-...

emrekgn
Votes: 0
Answers: 1
Config server with Vault backend - fetch secrets from multiple paths
We are using config server with Vault backend to fetch application secrets.
Config server project is using spring-vault-core dependency and spring-vault-dependencies dependency management for Vault.
V...

Abhijit Kumar
Votes: 0
Answers: 1
Spring cloud Config server not pulling latest commit from git
Spring cloud config server was working fine earlier but since last 1 month whatever new commits we have been making in git it is not getting updated in config server. It shows old commit version in ha...
S Navyashri
Votes: 0
Answers: 1
Git Authentication Failure Spring Cloud config store
We are configuring spring cloud config server and below is how my application properties look:
server.port=8080
spring.cloud.config.server.git.uri=https://github.com/myorganization/config-store.git
sp...
vaibhav
Votes: 0
Answers: 3