Skip to content
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

Merged
merged 6 commits into from
Jan 25, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Nov 22, 2023

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
Add example SQL query results here (please include the input queries as well)

…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.
@ParthaI ParthaI linked an issue Nov 23, 2023 that may be closed by this pull request
Copy link

@atfurman atfurman left a 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

@ParthaI
Copy link
Contributor Author

ParthaI commented Nov 29, 2023

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. 👍

@ParthaI ParthaI marked this pull request as ready for review January 12, 2024 16:24
},
{
Name: "application_attribute_key",
Description: "",
Copy link
Contributor

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?

Copy link
Contributor Author

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.

input := buildSSMInventoryFilter(ctx, d.Quals)

input := buildSSMInventoryFilter(ctx, d)
// filter := types.InventoryFilter{
Copy link
Contributor

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.

Copy link
Contributor Author

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>
@bigdatasourav bigdatasourav merged commit 7f3849a into main Jan 25, 2024
1 check passed
@bigdatasourav bigdatasourav deleted the issue-1972 branch January 25, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add AWS:Application type support to aws_ssm_inventory_entry
4 participants