chef-api icon indicating copy to clipboard operation
chef-api copied to clipboard

DEPRECATED: A tiny Chef API client with minimal dependencies

Results 12 chef-api issues
Sort by recently updated
recently updated
newest added

Hi, @tas50 Good day! We tried using the latest gem v0.10.0, but we're having issues into it. Below are the error encountered. # Description ``` {"error":["Field 'policy_name' invalid"]} from /home/jenkins/.chefdk/gem/ruby/2.6.0/gems/chef-api-0.10.0/lib/chef-api/connection.rb:304:in...

Status: Untriaged

# Description `update` method in Resource::Group cannot update resouces. # ChefDK Version I don't use `chefdk` when I reproduce this issue. I use `chef-api` gem version 0.10.7. # Platform Version...

Status: Untriaged
Type: Bug

# Description Getting the following errors (code works fine, just annoying): /var/task/vendor/bundle/ruby/2.7.0/gems/chef-api-0.10.5/lib/chef-api/resources/base.rb:515: warning: URI.escape is obsolete /var/task/vendor/bundle/ruby/2.7.0/gems/chef-api-0.10.5/lib/chef-api/connection.rb:379: warning: URI.escape is obsolete # ChefDK Version using AWS lambda ruby 2.7 #...

Status: Untriaged
Type: Bug

Hello! I'm using version 0.5.0 of chef-api with Ruby 1.9.3 and an AWS OpsWorks server. I ran into an issue with connecting to the server with SSL verification enabled and...

### Describe the Enhancement: Implement encoding/decoding of encrypted data bags ### Describe the Need: As a user I want to create, retrieve and update encrypted data bags. ### Current Alternative...

Status: Untriaged

Iterating over all the clients works fine: ``` Client.each do |client| pp client end ``` However, attempting to iterate (`.all`, `.each`) over all the cookbooks the same way fails. It...

In order to verify health and perform actions based on it we need a stable API for chef. In this [sensu plugin](https://github.com/sensu-plugins/sensu-plugins-chef) we have re-written it as `chef/rest` was deprecated...

Currently policies are not supported. Initial (readonly?) support for nodes that have policies is provided in https://github.com/sethvargo/chef-api/pull/56.

The following error message occurred while I was using soapUI to call API chef. "error":["Invalid signature for user or client 'username'" Is there anyone who can help me?