Implementing Config Server and Extending It

August 9, 2016
SpringOne Platform 2016 Speaker: Clint Checketts; Software Engineer, Domo Spring Cloud Config Server is a great tool for getting your application configuration under source control. We'll start with the 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 capability akin to CloudFoundry 'Services' for making shared configs that are available across many applications, even accounting for how you might test those extensions.
Previous
How to Properly Blame Things for Causing Latency
How to Properly Blame Things for Causing Latency

SpringOne Platform 2016 Speaker: Adrian Cole; Software Engineer, Pivotal Latency analysis is the act of bl...

Next Presentation
Implementing Microservices Tracing with Spring Cloud and Zipkin
Implementing Microservices Tracing with Spring Cloud and Zipkin

SpringOne Platform 2016 Speakers: Reshmi Krishna, Platform Architect, Pivotal; Marcin Grzejszczak, Principa...