user60679
user60679

Reputation: 729

I have installed chef server, client version 12.0.1 and 12.0.3 respectively but unable to authenticate to chef server

When I run the following command knife client list I got the Below Error: The object you are looking for could not be found

Upvotes: 1

Views: 3290

Answers (1)

coderanger
coderanger

Reputation: 54249

Make sure your chef_server_url in knife.rb includes the /organizations/<name> bit. How did you create your knife config?

Upvotes: 13

Related Questions