-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS ECR actions not tracked #68
Comments
Hi @wernerdiers, Thanks for raising. Could I confirm you've set the proxy environmental variables in the same terminal as the Terraform run prior to running, and can I check whether this is problematic for only ECR (and other services work)? For clarity, your second terminal should look like:
|
Hey @wernerdiers, I did a little digging and was able to replicate your issue. I've made a change to hopefully fix the ECR-specific method tracking. This update will be in release v1.1.2 (or build from main). Give that new version a try and let me know how you go. |
Thanks for the fix! it seems to be working now. This is the output with
|
Summary
AWS ECR actions are not tracked.
Steps to reproduce
When Terraform it appears that AWS ECR actions are not being tracked.
After configuring iamlive, run:
In another terminal, run terraform:
Finally, iamlive terminal session will just show:
Example Project
Terraform version:
What is the current bug behavior?
iamlive output (to std and file) just shows:
What is the expected correct behavior?
iamlive should parse and track the actions of AWS ECR resources
Output of checks
Manually parsing the terraform trace log file I have identified at least the following actions when performing creation, updates and deletion of resources:
The text was updated successfully, but these errors were encountered: