Skip to content

Instantly share code, notes, and snippets.

View shaunhellar's full-sized avatar

Shaun Hellar shaunhellar

  • San Luis Obispo, CA
View GitHub Profile
@shaunhellar
shaunhellar / secret.rb
Created March 28, 2017 00:35 — forked from sethvargo/secret.rb
Example Chef extension to extract secrets from HashiCorp's Vault
# Please see the following blog post for more information:
#
# https://www.hashicorp.com/blog/using-hashicorp-vault-with-chef.html
#
resource_name :vault_secret
property :path, String, name_property: true
property :destination, String