Spring Cloud Config Spring Cloud Config made a strange mistake

The SpringBoot I use is version 2.0.1 and Spring Cloud I use is version F. The Spring Cloud GateWay's process is not do...

Spring Cloud Config Download and use vault enterprise for testing

It runs for 30 min without a license. We can use it to test the few enterprise vault integrations we have.@mp911de set t...

Spring Cloud Config Add RestTemplateCustomizer to ConfigServicePropertySourceLocator

On the current project we use spring cloud config solution. The problem is that the config-server was deployed behind ht...

Spring Cloud Config Asciidoc replacements not happening in docs

https://cloud.spring.io/spring-cloud-config/multi/multi__quick_start.html#_client_side_usage <parent> <...

Spring Cloud Config can not find the latest config from svn

can not find the latest config from svn, but the /tmp/config-repo have the config file, if you delete the config-repo- ,...

Spring Cloud Config Zuul routing order is not preserved while fetching the routes from config server

We have updated our zuul service to Hoxton release recently. As per the documentation, if we use yml file for routes the...

Spring Cloud Config Config Server using GitHub AND Vault AND bootstrap = true not working

Hi there, I have inspected the following (somewhat related) issues, but none of them solves the problem I am experiencin...

Spring Cloud Config When using zookeeper as the registry, config client cannot discover config ser through service ID

HelloWhen using zookeeper as the registry, config-client cannot discover config-server through service-id, configServer ...

Spring Cloud Config Client-Side PropertySource Order Different between Spring Boot 2.1.x and 2.2.x

@spencergibb @ryanjbaxterWe are in the process of upgrading from Spring Boot 2.1.x (Greenwich.SR1) -> 2.2.x (Hoxton.S...

Spring Cloud Config Config Client not fetching config when Spring Security is active on Spring Cloud Config Server

When I run spring cloud config server without spring security the service fetches the config without issue but when I ac...

Spring Cloud Config How to point Config-server to a deep nested subfolder of a git repository without reading the whole tree?

Hi,I have a working Config Server pointed to a small git repository and everything works fine. I am using searchPaths to...

Spring Cloud Config Property sources returned in wrong order and in a Collection (precedence order is wrong)

Defect Summary: The precedence of property sources returned by spring config server puts application.properties as highe...

Spring Cloud Config Using the incorrect URI even when the spring.cloud.config.uri is specified

I have a cloud config server running on localhost:8888 and a test app that uses properties from the config server, this ...

Spring Cloud Config Could not locate PropertySource message not indicate the real issue when a invalid file is pushed to config repository

I've experienced a problem with spring cloud config client when unfortunately pushed an invalid yaml file to my git repo...

Spring Cloud Config Spring cloud decryption issue

I set spring.cloud.config.server.encrypt.enabled=true in bootstrap.properties. But the decryption working. It can able t...

Spring Cloud Config Decryption in plain text files not work

Decryption in plain text files not workig despite setting:spring.cloud.config.server.encrypt.enabled=truespring.cloud.co...

Spring Cloud Config active profile is not working via weblogic

I have a spring cloud config server(Spring boot application) that has client property files as:-1. {application-name}.pr...

Spring Cloud Config Placeholders don't resolve when placed in different files

Placeholders on config server endI have an application.yml which contains key a.b.ca: b: c: value in my app.yml, ...

Spring Cloud Config @RefreshScope on bean annotated with @Bean and bean final function get null value

hi, when i set annotaion @RefreshScope on bean annotated with @Bean,then i used this bean and get final funciton return...

Spring Cloud Config Can I use the relative path for native profile? If not,How to reduce developers changing the property?

There is a config server project with native profile.spring: profiles: native cloud: config: server: na...
上一页 下一页
.