From e2bee271f33e88cfbfd23ab19cc20ff576dbcc89 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 8 Jan 2025 06:06:17 +0100 Subject: [PATCH] Copy config_norm_rules.json from dd-go (#5073) This is needed in order for CI to validate the following upcoming new config options: - `dynamicInstrumentationRedactedIdentifiers` - `dynamicInstrumentationRedactionExcludedIdentifiers` --- .../dd-trace/test/fixtures/telemetry/config_norm_rules.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/dd-trace/test/fixtures/telemetry/config_norm_rules.json b/packages/dd-trace/test/fixtures/telemetry/config_norm_rules.json index d4014e8b839..c7a2941be88 100644 --- a/packages/dd-trace/test/fixtures/telemetry/config_norm_rules.json +++ b/packages/dd-trace/test/fixtures/telemetry/config_norm_rules.json @@ -112,6 +112,7 @@ "DD_IAST_DB_ROWS_TO_TAINT": "iast_db_rows_to_taint", "DD_IAST_DEDUPLICATION_ENABLED": "iast_deduplication_enabled", "DD_IAST_ENABLED": "iast_enabled", + "DD_IAST_EXPERIMENTAL_PROPAGATION_ENABLED": "iast_experimental_propagation_enabled", "DD_IAST_MAX_CONCURRENT_REQUESTS": "iast_max_concurrent_requests", "DD_IAST_MAX_RANGE_COUNT": "iast_max_range_count", "DD_IAST_REDACTION_ENABLED": "iast_redaction_enabled", @@ -306,6 +307,7 @@ "appsec.obfuscatorKeyRegex": "appsec_obfuscation_parameter_key_regexp", "appsec.obfuscatorValueRegex": "appsec_obfuscation_parameter_value_regexp", "appsec.rasp.enabled": "appsec_rasp_enabled", + "appsec.rasp_enabled": "appsec_rasp_enabled", "appsec.rateLimit": "appsec_rate_limit", "appsec.rules": "appsec_rules", "appsec.rules.metadata.rules_version": "appsec_rules_metadata_rules_version", @@ -452,6 +454,8 @@ "dynamic.instrumentation.enabled": "dynamic_instrumentation_enabled", "dynamic.instrumentation.metrics.enabled": "dynamic_instrumentation_metrics_enabled", "dynamicInstrumentationEnabled": "dynamic_instrumentation_enabled", + "dynamicInstrumentationRedactedIdentifiers": "dynamic_instrumentation_redacted_identifiers", + "dynamicInstrumentationRedactionExcludedIdentifiers": "dynamic_instrumentation_redaction_excluded_indentifiers", "dynamic_instrumentation.enabled": "dynamic_instrumentation_enabled", "dynamic_instrumentation.redacted_identifiers": "dynamic_instrumentation_redacted_identifiers", "dynamic_instrumentation.redacted_types": "dynamic_instrumentation_redacted_types", @@ -491,6 +495,7 @@ "iast.deduplication.enabled": "iast_deduplication_enabled", "iast.deduplicationEnabled": "iast_deduplication_enabled", "iast.enabled": "iast_enabled", + "iast.experimental.propagation.enabled": "iast_experimental_propagation_enabled", "iast.max-concurrent-requests": "iast_max_concurrent_requests", "iast.maxConcurrentRequests": "iast_max_concurrent_requests", "iast.maxContextOperations": "iast_max_context_operations", @@ -707,6 +712,7 @@ "trace.jmxfetch.kafka.enabled": "trace_jmxfetch_kafka_enabled", "trace.jmxfetch.tomcat.enabled": "trace_jmxfetch_tomcat_enabled", "trace.kafka.client.propagation.enabled": "trace_kafka_client_propagation_enabled", + "trace.kafka_distributed_tracing": "trace_kafka_distributed_tracing", "trace.laravel_queue_distributed_tracing": "trace_laravel_queue_distributed_tracing", "trace.log_file": "trace_log_file", "trace.log_level": "trace_log_level",