Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Older documentation: Spring Cloud config [editor] 

For an explanation about spring cloud config see http://cloud.spring.io/spring-cloud-config/spring-cloud-config.html 

Server

// TODO

SSH / basic auth.

File system

// TODO

Git repository

Spring Config Server should run using a Git repo.
Simply setting the url to the git reposity (ending with .git ) and setting the basic auth. does the trick

How to secure the connection between the runtime and stand alone config server using git?
Basic auth. / not ssh. Securing the connection will be/or not be done by the customer.

...

Repository structure