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
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
knife acl show clients mynode - shows some output, so client exists
knife acl show nodess mynode - shows some output, so the node exists as well
But when I try:
knife acl add client mynode nodes mynode create,read,update,delete,grant
Adding 'mynode' to 'create' ACE of 'mynode'
ERROR: The data in your request was invalid
Response: The client(s) 'mynode' do not exist in this organization.
The text was updated successfully, but these errors were encountered:
@voroniys Which version of Chef Server is this against? Also, is mynode the actual client and node name? If not, might you be hitting this bug: chef/chef-server#1275 which is fixed in the latest Chef Server.
knife acl show clients mynode - shows some output, so client exists
knife acl show nodess mynode - shows some output, so the node exists as well
But when I try:
knife acl add client mynode nodes mynode create,read,update,delete,grant
Adding 'mynode' to 'create' ACE of 'mynode'
ERROR: The data in your request was invalid
Response: The client(s) 'mynode' do not exist in this organization.
The text was updated successfully, but these errors were encountered: