-
Notifications
You must be signed in to change notification settings - Fork 5
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
I can't seem to get anything out of this handler #3
Comments
Please, provide the code snippet you are using and the Chef log output. Keep in mind that if you want the handler to send reports when there are no errors, you will need to add |
I was just about to include all that stuff, but then I found an error in one of the logs.
That doesn't come out in the normal output. Anyway. I don't have an access key. I am using iam roles. Shouldn't it be falling back to the iam role ? btw, I am using chef-client version 12.8.1 and chef_handler_sns 3.0.0 |
You are right, it should try to use IAM roles by default. Can you paste your |
i removed the /etc/passwd and group stuff. its still pretty big . I see there is no IAM info in it. I actually don't like exposing that much information. |
fixed. the iam.json hint must be enabled. |
Error executing action Iam new to chef, can anyone please explain me what makes this error to occur? |
@lavanyaruth this is an old closed issue. Please, don't add a comment here. Open a new issue if you need it. |
I am sure this is user error on my part, but I am trying to follow the README. I see the handler get installed. I even see an entry in the chef-client log that the handler is being called. But I see no SNS messages begin sent. I have added a subject and body template.
I don't know what else to try. Are there some other steps I need to perform to make it fully functional.
The text was updated successfully, but these errors were encountered: