Spring Cloud Config How to stop application to connect Config server (without spring-cloud-starter-config dependency)

I have Spring Boot web application (App-A)hosted in Tomcat that use the configuration in Config Server.The Config server...

Spring Cloud Config Fix CVE-2023-33201

Dependency on org.bouncycastle:bcprov-jdk15on:1.69 brings vulnerability CVE-2023-33201Fix would be to upgrade dependency...

Spring Cloud Config When spring.config.import: optional, still failing

https://github.com/spring-cloud/spring-cloud-config/blob/1f18b7076cbe487e7013ea3bbc754ae0286e41b7/spring-cloud-config-cl...

Spring Cloud Config Version 4.0.3 retrieves the configuration from the config server twice

Describe the bugWhen using Spring Cloud Config Client 4.0.3, the application gets the configuration from the config serv...

Spring Cloud Config request server three times after startup in 4.0.3

Starting from version 4.0.3, the cloud config client will request three times server after startup.The log is as follows...

Spring Cloud Config Unable to get "Discovery first" mode working

I am trying to get discovery first mode working with Spring cloud Eureka. My spring boot version is 3.1.0. Here are the ...

Spring Cloud Config Property 'spring.cloud.config.server.git.privateKey' is not a valid private key

I'm trying to set the private-key from google secret manager, but i can't.this is my application.yml:`server:port: ${POR...

Spring Cloud Config Application with spring.cloud.config.discovery.enabled=true doesn't work with 2022.0.3

Describe the bugWhen we use config client with discovery enabled, config server is not found when we use Spring Cloud 20...

Spring Cloud Config AWS Parameter Store & Secretsmanager profile specific property sources are missing when using custom profile separator

Describe the bugStarting with 2022.0.3 we noticed profile specific properties we store in the AWS Parameter Store and Se...

Spring Cloud Config Unxpected StringIndexOutOfBoundsException

Describe the bugAfter migration to the 2022.0.3 version following exceptions have been appearing:Caused by: java.lang.St...

Spring Cloud Config Add API To Config Server To Return Configuration Only For Profiles

Spring Boots Config Data support separates loading config data into two steps, configuration data without profiles and t...

Spring Cloud Config ConfigServerConfigDataLocationResolver binds ConfigClientProperties before classpath application properties have been loaded

A recent change in Spring Cloud Config 4.0.3 6ec9c432cb2c02840b85fdd8bcd0859eabc0ba46 now causes the ConfigClientPropert...

Spring Cloud Config java.lang.AssertionError when using HTTP/HTTPS url for the git.uri with -enableassertions flag enabled.

Both FileBasedSshSessionFactory and PropertyBasedSshSessionFactory are expecting at least one ssh URL in the git configu...

Spring Cloud Config spring-cloud-config-dependencies using outdated version of spring-cloud-vault

The property spring-vault.version specified in spring-cloud-config-dependencies is using version 3.0.0, but project spri...

Spring Cloud Config BootstrapRegistryInitializer context

I am a newbie to the Spring Bootstrap process and trying to understand the flow to write my own BootstrapRegistryInitial...

Spring Cloud Config Supply a custom TextEncryptor for property encryption?

Is your feature request related to a problem? Please describe.I would like to supply a custom TextEncryptor to encrypt t...

Spring Cloud Config Disabled cloud config failed application startup on native build

Spring Boot 3.0.6Spring Cloud 2022.0.2OpenJDK Runtime Environment GraalVM CE 22.3.1 (build 17.0.6+10-jvmci-22.3-b13)I ha...

Spring Cloud Config spring-cloud-conig-server got blocked during GIT call

Describe the bugIn our spring-boot based environment we observed that all calls to the config-server got blocked for min...

Spring Cloud Config Observability Reference In Docs Results In Unresolved

Looks like the reference in _observability.doc is referencing the wrong path. When building the release train docs we g...

Spring Cloud Config Reload values on git commit?

Hi,Is there an option for the config server to reload values from the git repo when there is a commit? The default behav...
上一页 下一页
.