Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config_template.yaml to include keep_values for credit card obfuscation #35571

Merged
merged 2 commits into from
Mar 28, 2025
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions pkg/config/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,10 @@ api_key:
## @param DD_APM_OBFUSCATION_CREDIT_CARDS_LUHN - boolean - optional
## Enables a Luhn checksum check in order to eliminate false negatives. Disabled by default.
# luhn: false
## @param DD_APM_OBFUSCATION_CREDIT_CARDS_KEEP_VALUES - object - optional
## List of keys that should not be obfuscated.
# keep_values:
# - client_id
#
# elasticsearch:
## @param DD_APM_OBFUSCATION_ELASTICSEARCH_ENABLED - boolean - optional
Expand Down
Loading