> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/enable-external-spring-cloud-config-server.md).

# Enable external Spring Cloud Config Server

### Issue <a href="#issue" id="issue"></a>

Ever since Spinnaker version 1.15 there has been an ability for dynamic account configuration through an embedded spring cloud config server in each of the Spinnaker microservices. However, there are some drawbacks: What if you want to use an existing spring cloud config server?

* Since each microservice has it's own spring cloud config server embedded and the embedded config server automatically disables the spring cloud **client** functionality this can be very difficult to setup What if you want to use a supported backend to spring cloud config server like credhub or JDBC?
* The embedded spring cloud config server is only a subset of the spring cloud config server functionality and can only use the git and/or vault backend

### Cause <a href="#cause" id="cause"></a>

N/A
