Skip to content

Commit e2bee27

Browse files
authored
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`
1 parent 34b751d commit e2bee27

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/dd-trace/test/fixtures/telemetry/config_norm_rules.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"DD_IAST_DB_ROWS_TO_TAINT": "iast_db_rows_to_taint",
113113
"DD_IAST_DEDUPLICATION_ENABLED": "iast_deduplication_enabled",
114114
"DD_IAST_ENABLED": "iast_enabled",
115+
"DD_IAST_EXPERIMENTAL_PROPAGATION_ENABLED": "iast_experimental_propagation_enabled",
115116
"DD_IAST_MAX_CONCURRENT_REQUESTS": "iast_max_concurrent_requests",
116117
"DD_IAST_MAX_RANGE_COUNT": "iast_max_range_count",
117118
"DD_IAST_REDACTION_ENABLED": "iast_redaction_enabled",
@@ -306,6 +307,7 @@
306307
"appsec.obfuscatorKeyRegex": "appsec_obfuscation_parameter_key_regexp",
307308
"appsec.obfuscatorValueRegex": "appsec_obfuscation_parameter_value_regexp",
308309
"appsec.rasp.enabled": "appsec_rasp_enabled",
310+
"appsec.rasp_enabled": "appsec_rasp_enabled",
309311
"appsec.rateLimit": "appsec_rate_limit",
310312
"appsec.rules": "appsec_rules",
311313
"appsec.rules.metadata.rules_version": "appsec_rules_metadata_rules_version",
@@ -452,6 +454,8 @@
452454
"dynamic.instrumentation.enabled": "dynamic_instrumentation_enabled",
453455
"dynamic.instrumentation.metrics.enabled": "dynamic_instrumentation_metrics_enabled",
454456
"dynamicInstrumentationEnabled": "dynamic_instrumentation_enabled",
457+
"dynamicInstrumentationRedactedIdentifiers": "dynamic_instrumentation_redacted_identifiers",
458+
"dynamicInstrumentationRedactionExcludedIdentifiers": "dynamic_instrumentation_redaction_excluded_indentifiers",
455459
"dynamic_instrumentation.enabled": "dynamic_instrumentation_enabled",
456460
"dynamic_instrumentation.redacted_identifiers": "dynamic_instrumentation_redacted_identifiers",
457461
"dynamic_instrumentation.redacted_types": "dynamic_instrumentation_redacted_types",
@@ -491,6 +495,7 @@
491495
"iast.deduplication.enabled": "iast_deduplication_enabled",
492496
"iast.deduplicationEnabled": "iast_deduplication_enabled",
493497
"iast.enabled": "iast_enabled",
498+
"iast.experimental.propagation.enabled": "iast_experimental_propagation_enabled",
494499
"iast.max-concurrent-requests": "iast_max_concurrent_requests",
495500
"iast.maxConcurrentRequests": "iast_max_concurrent_requests",
496501
"iast.maxContextOperations": "iast_max_context_operations",
@@ -707,6 +712,7 @@
707712
"trace.jmxfetch.kafka.enabled": "trace_jmxfetch_kafka_enabled",
708713
"trace.jmxfetch.tomcat.enabled": "trace_jmxfetch_tomcat_enabled",
709714
"trace.kafka.client.propagation.enabled": "trace_kafka_client_propagation_enabled",
715+
"trace.kafka_distributed_tracing": "trace_kafka_distributed_tracing",
710716
"trace.laravel_queue_distributed_tracing": "trace_laravel_queue_distributed_tracing",
711717
"trace.log_file": "trace_log_file",
712718
"trace.log_level": "trace_log_level",

0 commit comments

Comments
 (0)