SpringOne Platform 2016 Replay: Managing secrets at scale
Recorded at SpringOne Platform 2016. Speaker: Mark Paluch Slides: http://www.slideshare.net/SpringCentral/managing-secrets-at-scale-64889986
Running multiple instances of microservices, deploying Docker images to Kubernetes is the current trend. But what about security? Are you encrypting passwords? Where do you store the key? How often do you rotate secrets? A modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture communication and often much more. Traditional, manual patterns cannot keep…