Domain Scrubbing
Domain scrubbing allows you to prevent entire domains from being traced. It prevents data from being sent by the Lumigo tracer for domain-specific HTTP calls.
Domain scrubbing allows you to prevent entire domains from being traced by Lumigo. Domain scrubbing prevents data from being sent by the Lumigo Tracer for domain-specific HTTP calls. The list of domains is defined using regular expressions.
Default Behavior
By default, Lumigo will apply domain scrubbing on domains that are associated with common aws services such as Secrets Manager, SSM, KMS and STS.
Customization
To override the default regular expressions, add the LUMIGO_DOMAINS_SCRUBBER environment variable to your Lambda function.
Key | Value |
---|---|
LUMIGO_DOMAINS_SCRUBBER | ["domain1", "domain2",...] |
Note
The value of
LUMIGO_DOMAINS_SCRUBBER
must be a valid JSON list.
Example
Updated about 2 years ago