--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/1126da76-cdb5-422a-a2c3-ce084c2c7602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Andy,It is best to think about Vault as a database within the context of puppet or any configuration management tool.Secrets should be access online, so that you can handle leasing and renewal, instead of offline in a config management tool.The way we recommend doing this is with consul-template. We also use puppet at HashiCorp, but instead of havingpuppet read the secrets into the templates, we have puppet setup and deploy consul-template, which reads fromVault and updates the templates at runtime instead when the CM tool runs.Hope that helps!Best Regards,Armon Dadgar
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/68b1d0fe-ad6b-41bd-8f9b-d5766ea496f1%40googlegroups.com.