8000 Reapply "Enable API Security by default (#8511)" (#9006) · DataDog/dd-trace-java@a64fb71 · GitHub
[go: up one dir, main page]

Skip to content

Commit a64fb71

Browse files
committed
Reapply "Enable API Security by default (#8511)" (#9006)
This reverts commit 2f4c864.
1 parent 2f4c864 commit a64fb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-api/src/main/java/datadog/trace/api/ConfigDefaults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public final class ConfigDefaults {
113113
static final int DEFAULT_APPSEC_TRACE_RATE_LIMIT = 100;
114114
static final boolean DEFAULT_APPSEC_WAF_METRICS = true;
115115
static final int DEFAULT_APPSEC_WAF_TIMEOUT = 100000; // 0.1 s
116-
static final boolean DEFAULT_API_SECURITY_ENABLED = false;
116+
static final boolean DEFAULT_API_SECURITY_ENABLED = true;
117117
static final float DEFAULT_API_SECURITY_SAMPLE_DELAY = 30.0f;
118118
// TODO: change to true once the RFC is approved
119119
static final boolean DEFAULT_API_SECURITY_ENDPOINT_COLLECTION_ENABLED = false;

0 commit comments

Comments
 (0)
0