LamaAni / postgres-xl-helm

A postgres-xl chart for helm
MIT License
9 stars 2 forks source link

Vault Integration - For Secrets #64

Open sstubbs opened 4 years ago

sstubbs commented 4 years ago

Feature description

Vault now support injecting natively https://www.hashicorp.com/blog/injecting-vault-secrets-into-kubernetes-pods-via-a-sidecar/ which was pretty much all I was doing in the experimental folder. We could probably remove that folder now seeing as it's all done for us.

Describe the solution you are proposing Changing the scripts to check and read the password from /vault/secrets/$secret_name if it exists

Describe alternatives you've considered The alternative is doing it manually like it was done in the experimental folder but this isn't necessary anymore.