cheffish icon indicating copy to clipboard operation
cheffish copied to clipboard

Resources and tools for testing and interacting with Chef and Chef Server.

Results 16 cheffish issues
Sort by recently updated
recently updated
newest added

## Description The `raw_json` property of the `chef_data_bag_item` resource is not used/respected when creating a data bag item ## Chef Version v16.11.7 ## Platform Version Ubuntu-20.04 ## Replication Case The...

Type: Bug
Status: Untriaged

See https://github.com/chef/cheffish/pull/57 We pinned to v0 and we should update everything to use v1

Type: Enhancement
Priority: Critical
Type: Tech Debt

If you attempt to use an existing encrypted ssh_key but do not provide a pass_phrase, the keyformatter can't read key and is 'rescued' by returning nil. The private_key class receives...

Type: Bug
Priority: Critical
Triage: Needs Information

The `expect_recipe` matcher currently converges the recipe. The matchers inside the AWS integration tests [run converge](https://github.com/chef/chef-provisioning-aws/blob/master/spec/aws_support/matchers/create_an_aws_object.rb#L35) themselves. We need to expose a new matcher that basically calls `expect( recipe {...})`...

Aspect: RSpec
Type: Enhancement
Triage: Needs Information

https://github.com/chef/chef-provisioning-aws/pull/250 and https://github.com/chef/cheffish/issues/52 indicate that the behavior of `expect_recipe` - may be different from what the README says, and - may differ between Chef 12.3 and 12.4.

Aspect: RSpec
Type: Bug
Triage: Needs Information

The documented workaround in #37 doesn't seem to get passed through the HTTP client. I posted a wrapper cookbook against the chef-server cookbook to bootstrap users (and organizations eventually) in...

Priority: Medium

Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_group lwrp. On subsequent runs it keeps reporting its removing orgname for this group. ``` * chef_group[noc] action create - update group...

Type: Bug
Priority: Medium

Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_organization lwrp. On subsequent runs it keeps reporting its removing guid for this organization. ``` * chef_organization[blackberry] action create - update organization...

Priority: Medium

I'm not sure which gem's fault this is but story is I'm setting up cluster with chef-provisioning, my knife.rb is: ``` drivers({ 'fog:DigitalOcean:staging' => { :driver_options => { :compute_options =>...

Priority: Low

I found the documentation was unclear on how to set users key on :create action. The `use in conjunction` phrase is very misleading. After reviewing the code it seems you...

Priority: Low