Questions tagged [configserver]

88 questions
0
votes
0 answers

Pivotal Config Server

In our PCF lab instance, I installed config server from market place and trying with sample cook app and making it to connect to config server. I didn't set any env variable and only thing I set is git uri as below. "git": { "password":…
0
votes
1 answer

PCF Application Restart with Config Server update

My .NET Core application is using Config Server which is referencing the configuration values which are stored in .yml at Git repo. Do we need to restart the application once the configuration value updated in Git to get the value to be…
S.Siva
  • 1,901
  • 4
  • 17
  • 22
0
votes
0 answers

Eureka Server does not show configserver micro service - Why?

I have a created a config server and enabled discovery client on it but my problem is on my eureka server GUI it is not showing under applications tab. My code is: @EnableEurekaServer @SpringBootApplication public class EurekaServerApplication { …
T-Bag
  • 10,916
  • 3
  • 54
  • 118
0
votes
1 answer

spring-cloud configserver exclude root application.yml

we like to use the spring cloud configserver to get the configuration of an application. the repo has a root application.yml and a folder with application-myapp/myapp.yml is there a possibility to skip the content of the application.yml for a…
matzeihnsein
  • 678
  • 7
  • 16
0
votes
3 answers

Can't connect to RDS with ConfigServer Security and Firewall enabled

When I try to connect to my RDS instance it fails with a (111) error. If I disable the firewall: csf -x I can connect. If I try to add the instance via endpoint: csf -a csf errors with: is not a valid IP/CIDR Is…
chrisrth
  • 1,182
  • 3
  • 15
  • 36
0
votes
1 answer

Config server not able to find the remote application file

I'm having issue with referring the application/config file on a config server. I already have a GAIA DEV Pool ready. This is what I have done so far - Created an application.yml file with required config property hello-service: message:…
ajc
  • 1,685
  • 14
  • 34
0
votes
0 answers

mongo cluster collection count showing different every time

I had a replica set earlier which i have converted to cluster now current configuration is 3 shard 4 router 4 config server Now when i trying to get count of one of collection sometime it is showing null and some time some value , why this…
kamal kishore
  • 84
  • 1
  • 8
0
votes
1 answer

Spring boot application with config-server not working when using JWT authentication

I am new to using config server for getting external configuration from Github repository. In my application.yml file of spring boot application I have used below piece of lines and it works fine when I comment JWT authentication part in my…
0
votes
1 answer

Spring Config Server Service with Heroku

I am exploring Heroku. I have a project which has 10 micro services. One of which is a configuration server which takes care of managing configuration for all services using git hub. I want to use Heroku for deploying these services but I am not…
0
votes
1 answer

@ConfigurationProperties not pulling the external properties file

I've created a personal repository on Git where I have kept my application.properties file. I've created a cloud config server ('my-config-server') and used the git repository url. I have bound my spring-boot application that is supposed to access…
Tiya
  • 553
  • 8
  • 26
0
votes
1 answer

Roll back plan for converting mongo db individual config servers to replica set

Background Sharded mongo cluster with 5 shards 3 stand alone config server instances Mongo version : 3.0.8 Requirement Upgrading to 3.2.8 as well as converting individual config servers to replica set Reference Config servers to replica set…
Albatross
  • 669
  • 7
  • 24
-1
votes
1 answer

Why Tomcat 8 does not start in a container?

I try to launch a container embedded Tomcat8 with Netflix's Configserver. But for some reason I don't understand, tomcat refuses to start. Here is the first part of the stack trace ______ ______ .__ __. _______ __ _______ _______.…
E.Profit
  • 1
  • 1
-4
votes
1 answer

Spring cloud config server not pulling from Git backend

I am using spring cloud config server on openshift. The Git repository is the backend. I am getting below error when I update any property in the Git repo. 2019-12-25 12:10:36.988 WARN 1 --- [nio-8080-exec-1] o.s.cloud.kubernetes.StandardPodUtils …
Javed Afroz
  • 149
  • 1
  • 7
1 2 3 4 5
6