gamepoet / chef-conceal

Adds a helper method to chef enable encrypted attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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])

About

Adds a helper method to chef enable encrypted attributes

License:MIT License


Languages

Language:Ruby 100.0%