Presentation
Using Vault with a Laravel App in OpenShift
See how to use a Vault Agent running in a sidecar pod on an OpenShift/Kubernetes environment to retrieve secrets and provide them to your Laravel app.
Laravel is one of the most popular PHP frameworks in the world and OpenShift is a popular Kubernetes platform. PHP hasn't seen as much HashiCorp Vault usage since it can't easily store secrets in memory due to the shared nothing architecture. However, you can use a Vault Agent running in a sidecar pod to retrieve secrets and provide them to your Laravel app.
What You'll Learn
This talk will outline how to accomplish this in an OpenShift/Kubernetes environment but the information is easily translatable to non-dockerized environments as well.
Speaker: Anand Capur