Skip to content

Commit

Permalink
include the unmask profile id headers in more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarSinghC committed Dec 26, 2024
1 parent f167a1c commit 1fc28a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ enabled = true
file_storage_backend = "file_system"

[unmasked_headers]
keys = "accept-language,user-agent"
keys = "accept-language,user-agent,x-profile-id"

[opensearch]
host = "https://localhost:9200"
Expand Down
2 changes: 1 addition & 1 deletion config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ source = "logs"
file_storage_backend = "file_system"

[unmasked_headers]
keys = "accept-language,user-agent"
keys = "accept-language,user-agent,x-profile-id"

[opensearch]
host = "https://opensearch:9200"
Expand Down
2 changes: 1 addition & 1 deletion loadtest/config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ client_secret = ""
partner_id = ""

[unmasked_headers]
keys = "accept-language,user-agent"
keys = "accept-language,user-agent,x-profile-id"

[multitenancy]
enabled = false
Expand Down

0 comments on commit 1fc28a9

Please sign in to comment.