Aurora Blog
Home
Spring Cloud Config Configure observability for RestTemplate used in ConfigServerConfigDataLoader
Is your feature request related to a problem? Please describe.When using Spring Cloud Config Client in a Spring Boot app...
2025-07-23 14:00:58
1325
Spring Cloud Config Git Backend: how can I restrict Config Server to search for files only in specified subdirectory of git repo?
Hi.According to documentation, when using spring.cloud.config.server.git.search.paths: [ "foo", "bar*" ]the server searc...
2025-07-17 14:01:13
2957
Spring Cloud Config @RefreshScope beans cannot be spied with @SpyBean
I noticed that refreshable beans (beans annotated with @RefreshScope) cannot be spied with @SpyBean in Spring Boot tests...
2025-06-28 14:01:09
4639
Spring Cloud Config Cloud Config Server (w/GCP Secret Manager) Throws ClassNotFoundException
I have a very vanilla setup of Spring Cloud Config Server. Git functionality works great. Wanting to connect it to GCP...
2025-06-27 14:00:56
4861
Spring Cloud Config Configuration is not resolved properly with profile and label
Describe the bugFor some profiles (production), we use the spring.cloud.config.label property, to fetch a specific tag f...
2025-06-26 14:01:19
2436
Spring Cloud Config Since bootstrap cannot be used under graalvm, how can I use only configclient to implement custom configuration loading before all beans are initialized?
Is your feature request related to a problem? Please describe.When I compile with graalvm including the spring-cloud-sta...
2025-06-21 14:02:16
1172
Spring Cloud Config AwsS3EnvironmentRepository does not comply with Git
Describe the bugUsing version 3.1.9 due to restrictions, but looking in the code of AwsS3EnvironmentRepository I see the...
2025-06-20 14:01:36
4012
Spring Cloud Config Emit more granular data points for troubleshooting
Problem StatementConfig Servers that are configured with Git environment repositories are making multiple connections to...
2025-06-19 14:03:07
1214
Spring Cloud Config Design Discussion: Scalable Spring Cloud Gateway Route Refresh Strategy in Kubernetes
Context:We are running Spring Cloud Gateway (SCG) as a stateless service inside Kubernetes across multiple pods.We have ...
2025-06-19 14:03:05
5715
Spring Cloud Config Priority order of the config properties
Describe the bugI am new to Spring config server and was playing around with the setup , and stumbled upon this usecase ...
2025-06-18 14:02:18
1805
Spring Cloud Config Add EnvironmentRepository For Google's Parameter Manager
See https://cloud.google.com/secret-manager/parameter-manager/docs/overviewThis seems like a more generalized version of...
2025-06-12 14:01:57
162
Spring Cloud Config Unable to Pass AWS Secrets Manager Secrets to Spring Boot Application Properties via Spring Cloud Config Server
Type: BugComponent: Secrets ManagerDescribe the bug:Spring Cloud Config Server serves as centralised config server to su...
2025-03-25 15:19:28
3170
.