Skip to content

Commit a614476

Browse files
New scenarios K8S_LIB_INJECTION_APPSEC (with k8s config) (#6266)
Co-authored-by: Ramy Elkest <ramy.elkest@datadoghq.com>
1 parent 7f79ee5 commit a614476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ class _Scenarios:
998998
k8s_lib_injection_appsec_enabled = K8sScenario(
999999
"K8S_LIB_INJECTION_APPSEC_ENABLED",
10001000
doc="Kubernetes lib injection with admission controller and appsec enabled by cluster config",
1001-
weblog_env={"DD_APPSEC_ENABLED": "true"},
1001+
dd_cluster_feature={"datadog.asm.threats.enabled": "true"},
10021002
scenario_groups=[scenario_groups.all, scenario_groups.lib_injection_appsec],
10031003
)
10041004
k8s_lib_injection_spark_djm = K8sSparkScenario("K8S_LIB_INJECTION_SPARK_DJM", doc="Kubernetes lib injection DJM")

0 commit comments

Comments
 (0)