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
Agreed @client_key_path shouldn't be empty/nil.
But if you need a cleaner workaround for now, you can just pass the client_key_path as a param to ChefVault::Item.load.
so something like key = ChefVault::Item.load("vault", "vault_item", client_key_path: '/path/to/client.pem')
I had Chef vault working with chef solo in vagrant, I updated my gems and now when running vagrant provision I'm getting:
when trying to get item
Seems like it can't load the data from the vault anymore.
I'm not sure where to look :S any help is appreciated.
This is the stacktrace:
The text was updated successfully, but these errors were encountered: