Ryan Baxter
Ryan Baxter
The only thing I can think of is trying another Git server. I have a feeling it might be the ssh configuration of the gitlab server you are using, it...
So it seems to be something with the version of GitLab you are using? What version didn't work?
So its working now?
Maybe, I am not sure. Its JGit thats using JSCH not Spring Cloud Config directly, so there is not much we can do about it at the moment if it...
@spencergibb let me know if you think there is a way to make this work today
What version of Spring Boot and Spring Cloud are you using? Just to clarify, you want to application to fail at startup if it cant reach the config server?
Any chance you can move to use newer releases? Both the boot and cloud versions you are using are not supported any longer (and are also are not the latest...
Understood. But in essence you would replace `spring.cloud.config.uri` with `spring.config.import` but it would fail if it can't reach the config server.
Duplicate of #2120 2138
Does this happen in 2020.0.4 as well?