-
Notifications
You must be signed in to change notification settings - Fork 158
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
chef-vault not creating vaults but creating simple data bags #220
Comments
So you seem to be using |
I am experiencing this problem myself. |
@powellchristoph same questions to you - are you using |
I am not using the
|
@powellchristoph so what is actually happening, are you expecting vaults on a chef server or locally? |
This issue is still open, so I decided to share what worked for me. Colleague had the same problem (without using the |
I ran into this issue and realized I didn't have |
This used to work without mentioning the vault_mode in knife.rb, like a week back or so. The version I am using is
Thanks for the suggestion @kenmacleod it works after mentioning vault_mode. |
I am having the same issue. Vaults are created as separate data bags.
|
Scratch my comment, Found out the hard way -M has to be on every knife command. |
I am trying to create a chef-vault to store some password using below command:
Where revpass.json contains:
I have 3 clients :
But Now while trying to access the vault, its saying no vault:
Returns nothing.
And :
Trying to refresh : (says vault doesnot exists)
Trying to recreate :(saying already exists)
I am not able to figure out, what is the issue here OR may be a bug ?
Versions:
The text was updated successfully, but these errors were encountered: