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...

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...

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...

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...

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...

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...

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...

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...

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 ...

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 ...

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...

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...

.