Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the chef-vault helpers from the chef-vault cookbook #9477

Merged
merged 3 commits into from Mar 10, 2020

Commits on Mar 10, 2020

  1. Add the chef-vault helpers from the chef-vault cookbook

    Add these to universal so that existing users can use chef-vault data bags without the need for the cookbook. This allows us to deprecate that cookbook entirely.
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Mar 10, 2020
    Copy the full SHA
    2503f9b View commit details
    Browse the repository at this point in the history
  2. Make sure we reference the correct ChefVault

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Mar 10, 2020
    Copy the full SHA
    c03bda6 View commit details
    Browse the repository at this point in the history
  3. Exercise the helper even if we can't load a value

    We're not authorized to fetch it, but we can exercise the code path
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Mar 10, 2020
    Copy the full SHA
    f8371b7 View commit details
    Browse the repository at this point in the history