-
Notifications
You must be signed in to change notification settings - Fork 222
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
Adds Cloud Workfload Security agent configuration #375
Adds Cloud Workfload Security agent configuration #375
Conversation
0ea3819
to
73a4766
Compare
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.
Hi 👋 thanks a lot for sending this PR! It looks really good and works fine according to my testing. I just left one minor note inline about updating README. Once that's addressed, I can merge.
README.md
Outdated
@@ -173,6 +173,8 @@ The system probe is configured under the `system_probe_config` variable. Any var | |||
|
|||
[Network Performance Monitoring][7] (NPM) is configured under the `network_config` variable. Any variables nested underneath are written to the `system-probe.yaml`, in the `network_config` section. | |||
|
|||
[Cloud Workload Security][8] is configured under the `runtime_security_config` variable. Any variables nested underneath are written to the `system-probe.yaml` and `security-agent.yaml`, in the `runtime_security_config` section. | |||
|
|||
**Note**: The system probe works on Linux with Agent v6+. NPM is supported on Windows with Agent v6.27+ and v7.27+. |
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.
Could you please also add a note here about the Cloud Workload Security being only supported on Linux and requiring Agent 6.27+/7.27+?
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.
Done. Thanks!
69508c4
to
699346b
Compare
Looks perfect now, I'm merging. Thanks again for your contribution! |
This change adds the Cloud Workload Security agent configuration described here: https://docs.datadoghq.com/security_platform/cloud_workload_security/getting_started/
I haven't tested this, but I'm hoping it's a good start for the DataDog devs to get into master so we can use this new feature.