You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also proper profile defined I'm running chef-client and I'm receiving '401 Unauthorized' from DO. chef-provisioning-fog is using Cheffish to get result config, extracts client_id and api_key.
result = Cheffish::MergedConfig.new(new_config, config, new_defaults)
...
id = result[:driver_options][:compute_options][:digitalocean_client_id]
When I'm running inspect on result[:driver_options] I'm getting:
Difficult to determine what the problem is without a lot of work setting up a replication case. Marking this as "Low" due to the narrow scope, effort involved in replicating, and hope that paving over Cheffish::MergedConfig with a proper Chef::Mash will make it disappear...
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:
I've also proper profile defined I'm running chef-client and I'm receiving '401 Unauthorized' from DO. chef-provisioning-fog is using Cheffish to get result config, extracts client_id and api_key.
When I'm running inspect on
result[:driver_options]
I'm getting:my driver id is used as 'digitalocean_client_id'. It should be digital_client_id hash.
The text was updated successfully, but these errors were encountered: