-
Notifications
You must be signed in to change notification settings - Fork 202
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
encrypted_data_bag_secret not found #24
Comments
Sorry about this, I believe that test-kitchen/test-kitchen@76bf1ca in Test Kitchen core will address this. New RC release that contains the fix very shortly. You can confirm this works in a 1.0.0.rc.1 release or higher by typing Now you can put the ---
driver:
name: vagrant
provisioner:
name: chef_solo
encrypted_data_bag_secret_key_path: /a/custom/path
platforms:
- name: ubuntu-12.04
provisioner:
encrypted_data_bag_secret_key_path: relative/paths/are/expanded
suites:
- name: server
encrypted_data_bag_secret_key_path: /this/is/now/a/legacy/location/which/is/maintained
provisioner:
encrypted_data_bag_secret_key_path: /this/works Also, Test Kitchen will automatically look for the following files which will enable the option (first match wins):
If you're still having an issue and the above doesn't address it, please reopen. Hope this helps! |
Thanks @fnichol I have tried moving it |
Woot, great! |
I am using encrypted data bag secret in my recipe. So when I run it using this plugin its breaking due to following error
Errno::ENOENT
No such file or directory - file not found '/tmp/kitchen/encrypted_data_bag_secret'
Any thoughts on how to make it work ?
The text was updated successfully, but these errors were encountered: