-
Notifications
You must be signed in to change notification settings - Fork 489
[CSP] Store static Cloudbeat configuration #4145
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
Conversation
🌐 Coverage report
|
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.
Very well done my friend looks good!
Please go over this PR, we are making changes to the integration to support the new Cloudbeat configuration format.
If you have any objections, please set this PR as Request changes
@uri-weisman Please don't merge this PR until one of them will approve
can we verify that installing this new integration still includes all relevant data (currently rules but now also fetchers?) in the agent policy? |
@@ -0,0 +1,36 @@ | |||
name: Findings |
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.
we might want to add validation to these files (if there isn't any?)
my concern is that this yaml
lives in an hbs
file so linting is harder and formatting issues might be accidentally introduced, and if so, i think we'd know about it only when it reaches cloudbeat
@orouz - For an EKS integration Vanillla Integration |
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.
LGTM
What does this PR do?
Stores config file per supported benchmark to be propagated to Cloudbeat.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Should be tested with an agent image holding a cloudbeat binary from the following branch:
Related issues
Screenshots