SpringOne Replay: Implementing and Extending Config Server
This overview of Spring Cloud Config Server touches on source control, security, and extensibility, including how to give it capabilities akin to CloudFoundry services.
Join the DZone community and get the full member experience.
Join For FreeSpring Cloud Config Server is a great tool for getting your application configuration under source control. We’ll start with a quick overview of Spring’s environment and properties and how Config Server enhances those — while keeping the same model.
Next, we’ll discuss what concerns you need to take into account when rolling out Config Server — like security, encryption, and location of your repositories (if using Git).
Finally, we’ll discuss Config Server’s extensibility, particularly dealing with security (since Config Server serves up properties decrypted) and even going so far as adding ‘Filtering’ to allow for capabilities akin to CloudFoundry ‘Services’ for making shared configs that are available across many applications, even accounting for how you might test those extensions.
Recorded at SpringOne Platform 2016.
Speaker: Clint Checketts, Domo.com
Slides: http://www.slideshare.net/SpringCentral/implementing-config-server-and-extending-it
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments