Open RS-wicksy opened 1 year ago
Hey @RS-wicksy,
Had a quick look into this but it wasn't obvious (can replicate). I'll try to find time to deep dive into this soon.
Hi @RS-wicksy,
Thanks for your patience! I've found and remediated the bug you raised. It'll be included in the next release v0.52, releasing shortly.
Using Terraform it appears that cognito idp actions are not being tracked. Other services created/updated/deleted with the terraform are fine but nothing for cognito-idp. Also tracks nothing via the AWS CLI.
Have tried the latest docker container and the latest brew package and neither log anything for IDP.
For example, if I:
iamlive --set-ini --mode proxy --profile riversafe --output-file policy.json --sort-alphabetical --bind-addr 127.0.0.1:10080 --ca-bundle ~/.iamlive/ca.pem --ca-key ~/.iamlive/ca.key
and then:
aws cognito-idp list-user-pools --profile riversafe --max-results=20
the iamlive terminal session just shows:
Other services I'm capturing (appsync, dynamodb, s3, lambda, cloudfront) all work just fine.