Error in call chef-server REST api

Hi,

I have to know how to Managing API Clients through the Server API in REST
client tool, I don’t know how to request must be signed using
Mixlib::Authentication. how to generate and use this parameters ‘X_OPS_SIGN’,
‘X_OPS_USERID’, ‘X_OPS_TIMESTAMP’, ‘X_OPS_CONTENT_HASH’ can u send any solution
as soon as possible.

Thanks and Regards,
Ganesan.A

On Wednesday, January 9, 2013 at 5:58 AM, ganesan15785@gmail.com wrote:

Hi,

I have to know how to Managing API Clients through the Server API in REST
client tool, I don’t know how to request must be signed using
Mixlib::Authentication. how to generate and use this parameters 'X_OPS_SIGN',
'X_OPS_USERID', 'X_OPS_TIMESTAMP', 'X_OPS_CONTENT_HASH' can u send any solution
as soon as possible.

Thanks and Regards,
Ganesan.A

Have a look at these:

https://github.com/opscode/chef/blob/master/lib/chef/rest.rb

--
Daniel DeLeo