-
Notifications
You must be signed in to change notification settings - Fork 104
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
Enhanced the filter param of the table aws_ssm_inventory and fixed the error for the table aws_ssm_inventory_entry by type name #1980
Conversation
…e error for the table aws_ssm_inventory_entry by type name
…ed by user if not fall back to parent table type name we are getting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally, this change does exactly what we hoped it would. Have already developed and tested the desired reporting functionality using this feature branch, and now only await this feature in an official release to proceed with our feature release: https://github.com/stackArmor/threatalert-security-toolbox/issues/16
Thank you very much, @atfurman, for taking the time to test this pull request and providing valuable feedback. I will coordinate with the team to ensure the integration of this feature. 👍 |
aws/table_aws_ssm_inventory.go
Outdated
}, | ||
{ | ||
Name: "application_attribute_key", | ||
Description: "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ParthaI, Could you please add a description for the columns where it is missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the missing description for the columns.
aws/table_aws_ssm_inventory.go
Outdated
input := buildSSMInventoryFilter(ctx, d.Quals) | ||
|
||
input := buildSSMInventoryFilter(ctx, d) | ||
// filter := types.InventoryFilter{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the commented code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaned-up the codes.
Co-authored-by: Madhushree Ray <madhushree@turbot.com>
Integration test logs
Logs
Example query results
Results