Skip to main content

Output Redaction

Saturn automatically redacts sensitive patterns from captured output.

Redacted Patterns

PatternExampleRedacted
Passwordspassword=secret123password=***REDACTED***
API Keysapi_key: abc123defapi_key: ***REDACTED***
Bearer TokensBearer eyJ0eXAi...Bearer ***REDACTED***
AWS CredentialsAWS_SECRET_ACCESS_KEY=...AWS_SECRET_ACCESS_KEY=***REDACTED***
Private Keys-----BEGIN PRIVATE KEY-----***REDACTED***
Credit Cards4532-1234-5678-9010****-****-****-9010
SSH Keysssh-rsa AAAAB3NzaC1...***REDACTED***
JWTseyJhbGciOiJIUzI1NiI...***REDACTED***

Custom Patterns

Add custom redaction patterns (Enterprise). Configure via API or dashboard to add patterns like:

  • Internal ID patterns
  • Custom API key formats
  • Organization-specific sensitive data

Disabling Redaction

⚠️ Warning: Not recommended, but you can disable output redaction in monitor settings if absolutely necessary. Use with extreme caution.

Next Steps