CRE-2025-0059
Datadog CWS Instrumentation webhook registration fails without service accountLowImpact: 6/10Mitigation: 2/10
CRE-2025-0059View on GitHub
Description
- Datadog Cluster Agent fails to register its CWS (Container Workload Security) instrumentation webhook when running in `remote_copy` mode without a configured service account.
Mitigation
- Set `cluster_agent.service_account_name` in your Helm values or Agent config: ```yaml cluster_agent: service_account_name: datadog-cluster-agent ``` - Redeploy the Datadog Cluster Agent after applying the correct service account. - Verify that the ServiceAccount exists and has the necessary RBAC permissions.