Is it possible to add a node object as an ADMIN to chef-vault. I was able to add it, but when I tried to refresh the vault item using the node [nithin-desktop.nithinsworld.com] pem key it failed saying Response: missing update permission
$ knife data bag show nithin_test1 db-secrets_keys
WARNING: Unencrypted data bag detected, ignoring any provided secret options.
admins:
nithin
nithin-desktop.nithinsworld.com
clients: nithin-workstation.nithinsworld.com
id: db-secrets_keys
mode: default
...
...
...
From nithin-desktop.nithinsworld.com:
sudo knife vault refresh nithin_test1 db-secrets -M client -c /etc/chef/client.rb -V
INFO: Using configuration from /etc/chef/client.rb
WARN: The default key for nithin-desktop.nithinsworld.com not found in users, trying client keys.
ERROR: You authenticated successfully to https://sandbox.chef.access.nithinsworld.com/organizations/nithins-testing as nithin-desktop.nithinsworld.com but you are not authorized for this action.
Response: missing update permission