Closed galetahub closed 4 years ago
Seconded, getting the exact same error
JetsPreheatJob-JetsPreheatJobIamRole-xxx/cas-jets-prod-jets-preheat_job-warm is not authorized to perform: cloudformation:DescribeStackResources
@galetahub did you had any luck with this?
The warm lambda role seemed to had missing permissions (I've gave it full cloudformation access for debugging purposes) but it is now raising a validation error from CloudFormation on invocation
Aws::CloudFormation::Errors::ValidationError Either StackName or PhysicalResourceId must be specified.
There doesn't seen to be anything new and relevant from AWS changelog either
Have the same issue here: Either StackName or PhysicalResourceId must be specified.
Also reported on the community forums https://community.rubyonjets.com/t/cloudformation-error-either-stackname-or-physicalresourceid-must-be-specified/424/2 Unsure right now 🧐
Unsure on the Aws::CloudFormation::Errors::AccessDenied
error. But the Aws::CloudFormation::Errors::ValidationError Either StackName or PhysicalResourceId must be specified
error was handled in #461 Closing, but if you're still getting AcessDenied, open it back up.
@tongueroo fantastic! Now I can turn cloudwatch alarms back on. I was really getting spammed by this error. Thanks again for your hard work.
Checklist
jets upgrade
command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/My Environment
Expected Behaviour
No errors raises
Current Behavior
After I had setup sentry (before this all works fine), I'm getting errors like this:
And this error does not depend on lambda call https://i.imgur.com/1EVK0Bc.png (maybe warm function) Because it's a test environment and we don't have any request for it
Step-by-step reproduction instructions
Just add 'sentry-jets' gem to Gemfile