Output Redaction
Saturn automatically redacts sensitive patterns from captured output.
Redacted Patterns
| Pattern | Example | Redacted |
|---|---|---|
| Passwords | password=secret123 | password=***REDACTED*** |
| API Keys | api_key: abc123def | api_key: ***REDACTED*** |
| Bearer Tokens | Bearer eyJ0eXAi... | Bearer ***REDACTED*** |
| AWS Credentials | AWS_SECRET_ACCESS_KEY=... | AWS_SECRET_ACCESS_KEY=***REDACTED*** |
| Private Keys | -----BEGIN PRIVATE KEY----- | ***REDACTED*** |
| Credit Cards | 4532-1234-5678-9010 | ****-****-****-9010 |
| SSH Keys | ssh-rsa AAAAB3NzaC1... | ***REDACTED*** |
| JWTs | eyJhbGciOiJIUzI1NiI... | ***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
- Security Overview — Full security model
- Output Capture — Capture configuration