You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when running the default recipe:
ERROR: vault_config[/home/vault/.vault.json] (hashicorp-vault::default line 11) had an error: NoMethodError: undefined method `delete' for nil:NilClass
The default recipe needs a tls key and cert as a chef-vault item. This is supplied using a data bag item as seen here for test kitchen.
Alternatively you can also disable tls by setting the following attribute default['vault']['config']['tls_disable'] = 'true'
I'm getting this error when running the default recipe:
My wrapper notebook
I'm using version
1.4
Here is the stack trace:
The text was updated successfully, but these errors were encountered: