SpringOne Platform 2016 Replay: Managing Secrets at Scale [Video]
When leveraging containers and microservices, you need to make sure your security scales with your work. Fortunately, you can keep your secrets with Vault and Spring Boot.
Join the DZone community and get the full member experience.
Join For FreeWhen 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 the security bar high with dynamic deployment scenarios. Secrets should stay secret and not get distributed amongst the landscape. Come to this session to learn how to keep the security bar high while running services that require secrets. You’ll see how to securely share and manage secrets (certificates, passwords, keys) for your services using Vault and how to use it with Spring Boot.
Recorded at SpringOne Platform 2016.
Speaker: Mark Paluch
Slides: http://www.slideshare.net/SpringCentral/managing-secrets-at-scale-64889986
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments