Hacker News new | ask | show | jobs
by jaxxstorm 3196 days ago
Not there yet. You can store secrets in Vault, and now a kubernetes pod can authenticate against Vault which will allow it to retrieve secrets. If you're running your app in k8s, your app will be able to use the configured token to get to vault.
1 comments

Thanks. But it seems like a good first step into the right direction!