amiracle / grand_central

Grand Central logging for Cloud Services to Splunk
MIT License
36 stars 5 forks source link

Issues with IAM roles #17

Open grainger-ryanm opened 4 years ago

grainger-ryanm commented 4 years ago

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.