Class: Amplify::EncryptedDataBagItem
- Inherits:
-
VaultDataBagWrapperBase
- Object
- VaultDataBagWrapperBase
- Amplify::EncryptedDataBagItem
- Defined in:
- lib/amplify/encrypted_data_bag_item.rb
Instance Attribute Summary
Attributes inherited from VaultDataBagWrapperBase
Class Method Summary collapse
Methods inherited from VaultDataBagWrapperBase
chef_databag_load, load, read_from_parameter_store, read_from_vault, strategy=
Class Method Details
.vault_path(app_name, env) ⇒ Object
10 11 12 |
# File 'lib/amplify/encrypted_data_bag_item.rb', line 10 def self.vault_path(app_name, env) "secret/#{env}/databags/#{app_name}" end |