63 broke reading of encrypted data bags by manually specifying the wrong secret. The secret does not need a default, since data_bag_item will load the correct default secret if none is specified. If a secret is manually specified, that is used instead of _item's default as before.
This PR also reintroduces the encrypted data bag test.
Issues Resolved
Check List
[x] All tests pass. See TESTING.md for details.
[x] New functionality includes testing.
[x] New functionality has been documented in the README if applicable.
Signed-off-by: Robert Detjens detjensrobert@osuosl.org
Description
63 broke reading of encrypted data bags by manually specifying the wrong secret. The secret does not need a default, since
data_bag_item
will load the correct default secret if none is specified. If a secret is manually specified, that is used instead of_item
's default as before.This PR also reintroduces the encrypted data bag test.
Issues Resolved
Check List