We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on the API documentation for retrieving user keys: https://docs.chef.io/api_chef_server.html#id12
It would seem to me that get_key should be using the root-scoped v1 API instead of the org-scoped one that's being used here:
get_key
chef-vault/lib/chef-vault/actor.rb
Line 114 in 8d3a43f
Am I understanding correctly or is the Chef API documentation incorrect?
The text was updated successfully, but these errors were encountered:
Hello @veetow ,
thanks for reporting this inconsistency. Indeed at the moment, chef server api documents user api outside of the org specific endpoint.
My opinion is that chef server api is not very consistent since users are most likely scoped to org. I'll let @thommay gives the "chef" voice on this.
Sorry, something went wrong.
No branches or pull requests
Based on the API documentation for retrieving user keys:
https://docs.chef.io/api_chef_server.html#id12
It would seem to me that
get_key
should be using the root-scoped v1 API instead of the org-scoped one that's being used here:chef-vault/lib/chef-vault/actor.rb
Line 114 in 8d3a43f
Am I understanding correctly or is the Chef API documentation incorrect?
The text was updated successfully, but these errors were encountered: