Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reapply "Enable API Security by default (#8511)" (#9006)
This reverts commit 2f4c864.
  • Loading branch information
smola committed Jun 19, 2025
commit ba6bea4fa965dd04c2cf44c5c6a51318b7e55c7f
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public final class ConfigDefaults {
static final int DEFAULT_APPSEC_TRACE_RATE_LIMIT = 100;
static final boolean DEFAULT_APPSEC_WAF_METRICS = true;
static final int DEFAULT_APPSEC_WAF_TIMEOUT = 100000; // 0.1 s
static final boolean DEFAULT_API_SECURITY_ENABLED = false;
static final boolean DEFAULT_API_SECURITY_ENABLED = true;
static final float DEFAULT_API_SECURITY_SAMPLE_DELAY = 30.0f;
// TODO: change to true once the RFC is approved
static final boolean DEFAULT_API_SECURITY_ENDPOINT_COLLECTION_ENABLED = false;
Expand Down
Loading