Phil Oliva

Results 17 comments of Phil Oliva

@jkeiser As for priority I'd rank #1 as critical whereas #2 is low.

@jkeiser Was any progress made on trying to solve `Cannot create a user without a password (crash)` bug? I need to figure out workaround for this.

Seems same problem I reported in #92 can affect users to get updated in a group when they don't need to be. ``` * chef_group[dev] action create - update group...

@jkeiser @tyler-ball We discussed this issue today I'd rate this issue higher on priority as needing to run chef-client twice when adding new group is less then ideal.

@jkeiser We are seeing this on `12.2.0-1` from stable channel.

@jkeiser Not sure this matters but worth mentioning its using a HA topology setup (BYOHA model).

@jkeiser Did your investigation bear fruit? Any news on this issue?

Still hit issue with `cheffish 2.0.4` and chef-client `12.9.41` (latest versions) ``` Net::HTTPServerException: chef_user[admin-helm] (bb_chef_server_cluster::manage_rbac line 92) had an error: Net::HTTPServerException: 400 "Bad Request" /opt/chef/embedded/lib/ruby/2.1.0/net/http/response.rb:119:in `error!' /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.9.41/lib/chef/http.rb:146:in `request' /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.9.41/lib/chef/http.rb:119:in `put'...

@lamont-granquist I did workaround this issue. The problem is you can not update email, display_name, and/or source_key without passing in the password attribute to chef_user resource. So basically I needed...

I guess this issue is related to https://github.com/chef/cheffish/issues/83