[Bug] API Gateway not tracked
Using Terraform to create api gateway resources I noticed that none of the actions were being logged in the iamlive policy.
Confirmed it on my end using the CLI with aws --region ap-southeast-2 apigateway get-rest-apis
Other CLI calls such as aws sts get-caller-identity do work in the same iamlive session.
This is the iamlive command being used:
iamlive --set-ini --profile default --mode proxy
Most of the requsets fall under apigateway:POST/PUT/PATCH/DELETE/GET but there are specific method resources involved too.
Hey @iamgeef,
Thanks for raising this issue. It looks like there was a conflict between the V1/V2 API Gateway permissions (as they share the same IAM prefix). I'll look into the issue and get back to you, hopefully within a few days.
Hi @iamgeef,
Thanks again for raising. This issue has been fixed and should be in v0.42.0.
Let me know if you still have any issues.