grand_central icon indicating copy to clipboard operation
grand_central copied to clipboard

Issues with IAM roles

Open grainger-ryanm opened this issue 4 years ago • 0 comments

Currently when deploying grand central to an AWS account, the cloudformation stack is creating the Delivery and Processor roles. The processor role is assigned to the lambda function but does not have the permissions included in the delivery role which give access to firehose:putrecord and putrecordbatch. Since the processor role does not include the same permissions included in the delivery role, the records constantly error out and never reach splunk. The easy work around is to copy the permissions from the delivery role and include them in the processor role.

grainger-ryanm avatar May 26 '20 20:05 grainger-ryanm