Chef-vault cookbook v1.1.0^H2

Ohai Chefs!

I released a new version of our chef-vault cookbook0, 1.1.0. Then,
since I botched my first attempt using stove1, I released 1.1.2.

v1.1.2 (2014-06-02)

  • COOK-4591 - resource to create chef-vault-encrypted-items in recipes

e.g.:

chef_vault_secret ‘clean-energy’ do
data_bag 'green’
raw_data({‘auth’ => ‘Forged in a mold’})
admins 'hydroelectric’
search ':'
end

Cheers,
Joshua

Hi Joshua,

resource to create chef-vault-encrypted-items in recipes

That's really fantastic news. As explained in the README, this requires
the client to be an admin (in OS Chef).
Are there any plans to offer at least a bit of access control in Open
Source Chef Server?

Regards
Steffen

On 03/06/14 08:58, Joshua Timberman wrote:

Ohai Chefs!

I released a new version of our chef-vault cookbook0, 1.1.0. Then,
since I botched my first attempt using stove1, I released 1.1.2.

v1.1.2 (2014-06-02)

  • COOK-4591 - resource to create chef-vault-encrypted-items in recipes

e.g.:

chef_vault_secret 'clean-energy' do
data_bag 'green'
raw_data({'auth' => 'Forged in a mold'})
admins 'hydroelectric'
search ':'
end

Cheers,
Joshua