Questions tagged [configserver]
88 questions
2
votes
1 answer
Spring Cloud Bus - Refresh a specific cluster of client
I have a spring cloud config server configured over spring cloud bus over kafka.
I am using Edgware.RELEASE with boot 1.5.9.
When I send a POST request to the endpoint /bus/refresh with destination=clientId:dev:** in the body via POSTMAN to config…

jarm
- 21
- 3
2
votes
1 answer
cloud-foundry: ERR Timed out after 1m0s: health check never passed
Application is healthy till the application.properties are bundled with app.
As a next step, moved properties to configs repo and created config-service in cloud foundry using below statement.
cf create-service -c '{ "git": { "uri":…

jc00der
- 73
- 1
- 10
2
votes
1 answer
Netflix Arcaius serving as config service for multiple Spring Boot micro-services
I'm having a problem with how to use just Netflix Archaius to work as a config server for multiple Spring Boot microservices. Previously when I applied Eureka and Spring Cloud Config Server in my multiple-services project built with Spring Boot,…

chrisqx
- 71
- 1
- 1
- 3
1
vote
0 answers
How to configure spring config server search path to pull config from custom directory structure
I'm trying to set up Spring Cloud Config to get the application parameters bootstraped from a git repo.
For our use case, each project can have specific parameters for each customer, and each of those can have their own environments as well. So the…

Felipe Souza
- 23
- 4
1
vote
0 answers
Spring cloud config server - bootstrap properties file - configuring multiple git repositories
I am trying to configure multiple gitlab repositories in my spring cloud config server
i use bootstrap.properties for my spring configuration
The below is my bootstrap.properties…

VJohn
- 493
- 1
- 14
- 23
1
vote
1 answer
Exception when running Spring Boot app inside of Docker
I have a problem connecting to the config-server. I am not sure what am I doing wrong. I have configured server running in a docker container named "config-server" on port 8888.
http://config-server:8888. Will be trying the next url if…

Krzysztof Suc
- 45
- 1
- 5
1
vote
1 answer
Spring config server returns json response with resolved paths - how to avoid this?
I have a .yml file like this in my gitlab server
holidays:
US:
- 03/19/2020
- 03/20/2020
- 05/18/2020
the config server reads the above yml and returns something the response like…

VJohn
- 493
- 1
- 14
- 23
1
vote
1 answer
How to use CC_DENY and CC_ALLOW of the CSF firewall
How to use CSF Firewall features:
CC_DENY
and
CC_ALLOW
I am getting a lot of attempts to access ssh, so I would like to block all countries, instead of having to add them one by one.
Of course, leave only my country as allowed.
UPDATE…

Tiago
- 797
- 1
- 10
- 23
1
vote
1 answer
How to copy repo from Bitbucket to CodeCommit with all branches but without history?
How can I copy Bitbucket repo to CodeCommit, including all branches, but excluding all history on all branches?
Reason for wanting to do this: Our config server reads from CodeCommit, but the source of truth is in Bitbucket. (The reason we do that…

Marnee
- 370
- 1
- 4
- 15
1
vote
0 answers
Reading configurations from GitHub repository using central Spring Cloud config Server in client applications
Reading configurations from GitHub repository using central Spring Cloud config Server in client applications. But I couldn't read the values. Am able to load both the applications properly, but the properties are not getting accessed.
It's working…

Antony Sampath Kumar Reddy
- 133
- 2
- 11
1
vote
0 answers
ConfigServer Firewall blocks PySFTP outgoing connection
I am writing a python script (3.7) that tries to send files via PySFTP to a remote storage server.
The script i am using is working fine on my local machine, but not on the server i want it to run. I get the error then:
"Unable to connect to {}:…

Tom
- 906
- 1
- 8
- 30
1
vote
0 answers
Can't get information from config file with spring cloud config server
I have a config file stored in git repository https://github.com/katya-dovgalets/config.git which has
message.properties
which contains one line
message-service.senderName=Katya
I have a simple project which gets data from the above…

annswerg
- 269
- 2
- 7
- 18
1
vote
1 answer
Config Server in Play framework 2.7
I am implementing a web socket server application using play framework 2.7
I would like to implement a remote configuration where all the application's
configuration should reside in a github.
When i searched for documents to implement it, i found…

Fish
- 57
- 5
1
vote
1 answer
How can i configure Spring Cloud Config Server with refresh functionalities on AWS ECS
I am migrating a Spring Boot application from PCF to AWS ECS which is currently using cloud config server reading properties from git repo, and aws RDS. Now in ECS is there a way we can implement config servers along with refresh in ECS AWS.

Abhinav Gupta
- 11
- 3
1
vote
1 answer
Could not able to connect to config server when run as cf run-task in pcf
Application runs fine in normal mode. But when run it as task using cf run task "cf run-task ".java-buildpack/open_jdk_jre/bin/java org.springframework.boot.loader.JarLauncher" --name task1". It fails…

Amith
- 127
- 1
- 5