chef-boneyard / chef-vault

chef-vault cookbook
https://supermarket.chef.io/cookbooks/chef-vault
Apache License 2.0
60 stars 53 forks source link

Fix chef_vault_secret idempotent behavior #79

Closed lamont-granquist closed 4 years ago

lamont-granquist commented 4 years ago

This causes the idempotent behavior of chef_vault_secret to stop failing when it can't decrypt the key. It does mean that it is actually not idempotent and will re-create it every time. Actually getting idempotent behavior to work correctly will be tough.