-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP 403 error when using pushy resource #1
Comments
Are you able to add the 'node-A' client to the pushy_job_writers group? I think that should let you do what you want. If not, we should track this as a bug in the push server. |
I did a try with this LWRP today and it worked like a charm . Yes we have to add the node to pushy_job_writers through knife edit |
Hi Thanks |
Hi Saurav,
|
Hi Sumesh, |
I wanted to orchestrate the client runs so that node-A runs chef-client, and when it finishes, it pushes node-B to run its chef-client. In node-A's cookbook I have this
do other stuff
lastly do this
pushy "chef-client" do
action :run
nodes [ "node-B" ]
end
However, the user passed to the server is not a member of the pushy_job_writers group, hence I get an HTTP 403 Forbidden error. There is no workaround for this problem.
The text was updated successfully, but these errors were encountered: