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

[Docs update] Add support for fs-check parameter to AWS Backup integration lambda #90

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

Veetaha
Copy link
Contributor

@Veetaha Veetaha commented Jul 12, 2024

This PR updates our public documentation for AWS Backup integration lambda. It should be merged once we release support for fs-checks in scan-only and in AWS Backup integration lambda in 0.31

The new option is a boolean that is adjacent to iscan. The request needs to look like this:

{
    "fs_check": true,
    "iscan": {
        "malware": true,
        "ransomware": true,
        "event_bridge_bus": "MyBusName"
    }
}

@Veetaha Veetaha changed the title Add support for fs-check parameter to AWS Backup integration lambda [Docs update] Add support for fs-check parameter to AWS Backup integration lambda Jul 12, 2024
@Veetaha Veetaha marked this pull request as draft July 12, 2024 16:53
Copy link
Contributor

@anelson anelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Obviously don't merge until this is implemented in 0.31.

@Veetaha
Copy link
Contributor Author

Veetaha commented Sep 18, 2024

Merging since 0.31 was released

@Veetaha Veetaha marked this pull request as ready for review September 18, 2024 15:52
@Veetaha Veetaha merged commit 83090da into master Sep 18, 2024
5 checks passed
@Veetaha Veetaha deleted the feat/fs-check-scan-only-api-update branch September 18, 2024 15:52
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.

3 participants