|
112 | 112 | "DD_IAST_DB_ROWS_TO_TAINT": "iast_db_rows_to_taint", |
113 | 113 | "DD_IAST_DEDUPLICATION_ENABLED": "iast_deduplication_enabled", |
114 | 114 | "DD_IAST_ENABLED": "iast_enabled", |
| 115 | + "DD_IAST_EXPERIMENTAL_PROPAGATION_ENABLED": "iast_experimental_propagation_enabled", |
115 | 116 | "DD_IAST_MAX_CONCURRENT_REQUESTS": "iast_max_concurrent_requests", |
116 | 117 | "DD_IAST_MAX_RANGE_COUNT": "iast_max_range_count", |
117 | 118 | "DD_IAST_REDACTION_ENABLED": "iast_redaction_enabled", |
|
306 | 307 | "appsec.obfuscatorKeyRegex": "appsec_obfuscation_parameter_key_regexp", |
307 | 308 | "appsec.obfuscatorValueRegex": "appsec_obfuscation_parameter_value_regexp", |
308 | 309 | "appsec.rasp.enabled": "appsec_rasp_enabled", |
| 310 | + "appsec.rasp_enabled": "appsec_rasp_enabled", |
309 | 311 | "appsec.rateLimit": "appsec_rate_limit", |
310 | 312 | "appsec.rules": "appsec_rules", |
311 | 313 | "appsec.rules.metadata.rules_version": "appsec_rules_metadata_rules_version", |
|
452 | 454 | "dynamic.instrumentation.enabled": "dynamic_instrumentation_enabled", |
453 | 455 | "dynamic.instrumentation.metrics.enabled": "dynamic_instrumentation_metrics_enabled", |
454 | 456 | "dynamicInstrumentationEnabled": "dynamic_instrumentation_enabled", |
| 457 | + "dynamicInstrumentationRedactedIdentifiers": "dynamic_instrumentation_redacted_identifiers", |
| 458 | + "dynamicInstrumentationRedactionExcludedIdentifiers": "dynamic_instrumentation_redaction_excluded_indentifiers", |
455 | 459 | "dynamic_instrumentation.enabled": "dynamic_instrumentation_enabled", |
456 | 460 | "dynamic_instrumentation.redacted_identifiers": "dynamic_instrumentation_redacted_identifiers", |
457 | 461 | "dynamic_instrumentation.redacted_types": "dynamic_instrumentation_redacted_types", |
|
491 | 495 | "iast.deduplication.enabled": "iast_deduplication_enabled", |
492 | 496 | "iast.deduplicationEnabled": "iast_deduplication_enabled", |
493 | 497 | "iast.enabled": "iast_enabled", |
| 498 | + "iast.experimental.propagation.enabled": "iast_experimental_propagation_enabled", |
494 | 499 | "iast.max-concurrent-requests": "iast_max_concurrent_requests", |
495 | 500 | "iast.maxConcurrentRequests": "iast_max_concurrent_requests", |
496 | 501 | "iast.maxContextOperations": "iast_max_context_operations", |
|
707 | 712 | "trace.jmxfetch.kafka.enabled": "trace_jmxfetch_kafka_enabled", |
708 | 713 | "trace.jmxfetch.tomcat.enabled": "trace_jmxfetch_tomcat_enabled", |
709 | 714 | "trace.kafka.client.propagation.enabled": "trace_kafka_client_propagation_enabled", |
| 715 | + "trace.kafka_distributed_tracing": "trace_kafka_distributed_tracing", |
710 | 716 | "trace.laravel_queue_distributed_tracing": "trace_laravel_queue_distributed_tracing", |
711 | 717 | "trace.log_file": "trace_log_file", |
712 | 718 | "trace.log_level": "trace_log_level", |
|
0 commit comments