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

Spring Cloud Config Unable to use git and aws secret manager together for config

i have set profiles active as compositecomposite type 0 gitcomposite type 0 uri gituricomposite type 0 cloneOnStart true...

Spring Cloud Config strictHostKeyChecking and ignoreLocalSshSettings are not working in spring cloud config server

We are running the spring config server on Eks pods. Service needs to clone the git repo during startup using SSH. We ha...

Spring Cloud Config True immutability with @ConfigurationProperties and @ConstructorBinding

The current behavior has been reported previously here https://github.com/spring-cloud/spring-cloud-config/issues/1547.I...

Spring Cloud Config spring.cloud.config.uri is no longer fetched from the active Spring profile, starting with v4.0.3

Describe the bugStarting with Spring Cloud Config 4.0.3, Spring profile-specific settings of spring.cloud.config.uri are...

Spring Cloud Config Optional observation tag for labels is incompatible with Prometheus registry

Bug descriptionThe ObservationEnvironmentRepositoryObservationConvention sets the tags for environment class, profile, a...

Spring Cloud Config the @RefreshScope on bean make annonation @ConditionOnMissingBean inaffective but some annonation like @ConditionOnProperty works well

When I add @RefreshScope on a bean as well as @ConditionOnMissingBean(A.class), though A.class and bean a is in spring ...

Spring Cloud Config Server health indicator does not respect spring.cloud.config.server.accept-empty=false

Describe the bugWith the native profile active, the health status according to org.springframework.cloud.config.server.c...

Spring Cloud Config Spring Cloud Config returns an empty string instead of an empty array

Describe the bugAfter upgrading to the latest version of Spring Cloud Config, I encountered an issue where the cloud-con...

Spring Cloud Config Next URL is not attempted if not successful, but exception is not thrown

Describe the bugSee this code in ConfigServicePropertySourceLocator.getRemoteEnvironment method: if (response...

Spring Cloud Config AWS Secrets Manager and Region Requirement Conflict with Disabled Secrets Manager in Local Profiles

Describe the bugWhen using Spring Cloud AWS Secrets Manager (version 3.1.1) alongside the AWS STS SDK (version 2.29.34) ...

Spring Cloud Config Vault configuration in composite profile is not picked up.

Describe the bugAny vault configuration in composite profile is ignored and instead default values are used.Given follow...

Spring Cloud Config Decryption of plain text file doesn't work

Describe the bugWith decryption of plain text files enabled according to the docs, when I request a plain text configura...

Spring Cloud Config Add Ability to skip property value decryption (e.g. "decryptProperties=false")

Is your feature request related to a problem? Please describe.Yes, this is related to a problem. We make use of the endp...

Spring Cloud Config Spring Cloud Config Client fallback mechanism

improvement feature for errorhandling: related ticket: #1569https://github.com/spring-cloud/spring-cloud-config/issues/1...

Spring Cloud Config Spring Cloud Config Server fallback mechanism with local database

I am able to work with cloud config server and it's working fine but I would like to know some more info. Let us assume ...

Spring Cloud Config Issue Report: @RefreshScope Not Working with Kotlin @ConfigurationProperties class

Describe the bugIn a Kotlin-based Spring application, @RefreshScope does not work correctly when applied to a class anno...

Spring Cloud Config ConfigClient not honoring spring.profiles.active from config server

Describe the bugIf I use spring-boot-starter-parent = 2.4.8 vs 2.5.2 then I can't read spring.profiles.active from th...

Spring Cloud Config Failed to handle 403 Forbidden error on config server composite setup

Describe the bugI have 3 configurations for the vault repository and 1 for git setup under spring.cloud.config.server.co...

Spring Cloud Config Property Order is not working in Composite Environment Repositories

order property to specify the priority order for all repositories. The lower the numerical value of the order property, ...

下一页
.