You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workload Protection now integrates with Kubernetes to collect [Kubernetes user credentials](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#users-in-kubernetes) and enrich its events with real user identities to help you investigate signals. Follow the instructions below to test the preview !
22
+
{{< /beta-callout >}}
23
+
20
24
{{< tabs >}}
21
25
22
26
{{% tab "Datadog Operator" %}}
@@ -31,6 +35,11 @@ Use the following instructions to enable Workload Protection.
31
35
name: datadog
32
36
spec:
33
37
features:
38
+
# PREVIEW - Integrate with Kubernetes to enrich Workload Protection events with Kubernetes user identities
39
+
# admissionController:
40
+
# enabled: true
41
+
# cwsInstrumentation:
42
+
# enabled: true
34
43
remoteConfiguration:
35
44
enabled: true
36
45
# Enables Threat Detection
@@ -48,16 +57,17 @@ Use the following instructions to enable Workload Protection.
48
57
# Image collection is enabled by default with Datadog Operator version `>= 1.3.0`
49
58
containerImage:
50
59
enabled: true
51
-
60
+
52
61
# Uncomment the following line if you are using Google Kubernetes Engine (GKE) or Amazon Elastic Kubernetes (EKS)
53
62
# uncompressedLayersSupport: true
54
-
63
+
55
64
# Enables Host Vulnerability Management
56
65
host:
57
66
enabled: true
58
67
```
59
68
60
-
2. Apply the changes and restart the Agent.
69
+
2. (optional) Uncomment the `admissionController` section if you want to test the preview of Workload Protection's integration with Kubernetes for user identity collection.
0 commit comments