1.17.1 • Published 5 months ago
@lumigo/node-core v1.17.1
node-core :stars:
This is @lumigo/node-core, Lumigo's Node.js agent core tracing logic for distributed tracing and performance monitoring.
it is used by all our Node tracers to perform many of the shared logic across services
Supported NodeJS runtimes: 8.10, 10.x, 12.x, 14.x, 16.x, 18.x
Configuration
@lumigo/node-core offers several different configuration options. Pass these to the Lambda function as environment variables:
LUMIGO_DEBUG=TRUE- Enables debug loggingLUMIGO_SECRET_MASKING_REGEX='["regex1", "regex2"]'- Prevents Lumigo from sending values for keys that match the supplied regular expressions. All regular expressions are case-insensitive. We support also more granular masking usingLUMIGO_SECRET_MASKING_REGEX_HTTP_REQUEST_BODIES,LUMIGO_SECRET_MASKING_REGEX_HTTP_REQUEST_HEADERS,LUMIGO_SECRET_MASKING_REGEX_HTTP_RESPONSE_BODIES,LUMIGO_SECRET_MASKING_REGEX_HTTP_RESPONSE_HEADERS,LUMIGO_SECRET_MASKING_REGEX_HTTP_QUERY_PARAMSandLUMIGO_SECRET_MASKING_REGEX_ENVIRONMENT. By default, Lumigo applies the following regular expressions:[".*pass.*", ".*key.*", ".*secret.*", ".*credential.*", ".*passphrase.*", ".*token.*"]. The "magic" valueallwill prevent any value to be sent to Lumigo.LUMIGO_DOMAINS_SCRUBBER='[".*secret.*"]'- Prevents Lumigo from collecting both request and response details from a list of domains. This accepts a comma-separated list of regular expressions that is JSON-formatted. By default, the tracer uses["secretsmanager\..*\.amazonaws\.com", "ssm\..*\.amazonaws\.com", "kms\..*\.amazonaws\.com"]. Note - These defaults are overridden when you define a different list of regular expressions.
Functionality
Secret masking
Secrets scrubbing by list for regexes:
- support only json data secrets scrubbing
1.17.1
5 months ago
1.17.0
5 months ago
1.16.1
1 year ago
1.16.0
1 year ago
1.15.1
1 year ago
1.15.0
2 years ago
1.14.1
2 years ago
1.14.0
3 years ago
1.14.2
2 years ago
1.13.1
3 years ago
1.13.0
3 years ago
1.12.4
3 years ago
1.12.1
3 years ago
1.12.0
4 years ago
1.11.0
4 years ago
1.10.0
4 years ago
1.9.0
4 years ago
1.8.0
4 years ago
1.7.0
4 years ago
1.5.0
4 years ago
1.4.0
4 years ago
1.1.0
4 years ago
1.0.0
4 years ago