Module: Chef::Conceal::DSL
- Defined in:
- lib/chef/conceal.rb
Instance Method Summary collapse
Instance Method Details
#decrypt(data) ⇒ Object
11 12 13 14 |
# File 'lib/chef/conceal.rb', line 11 def decrypt(data) key = Chef::EncryptedDataBagItem.load_secret ::Conceal.decrypt(data, key: key) end |