0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Adds the decrypt helper method to the chef DSL to allow the use of encrypted attributes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
>= 0.8.7

Runtime

~> 0.1
 Project Readme

Chef::Conceal

A gem and chef recipe that includes a helper method to make it easier to work with encrypted data in cookbooks.

Installation

Add this line to your cookbooks's Berksfile:

cookbook 'chef-conceal'

Usage

include_recipe 'chef-conceal::default'
decrypt(node[:my_app][:database][:password])