Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SSO Traces env vars to docs #594

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/jackson/deploy/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,27 @@ you need to set the admin root token for Retraced so that we can connect to Retr

Set one of these to `1` or `true` to turn off our anonymous analytics. We only track usage events once per day and it does not contain any information that can identify you in any form.

## SSO Traces

### **SSO_TRACES_DISABLE**

Set this to `true` to disable SSO Traces collection.

NPM library option: `ssoTraces.disable`

### **SSO_TRACES_REDACT**

Set this to `true` to redact profile information in SSO Traces.

NPM library option: `ssoTraces.redact`

### **SSO_TRACES_TTL**

Set this to a value in hours to control how long SSO Traces are stored.

Default: 7 days
NPM library option: `ssoTraces.ttl`

## Directory Sync

The following env vars are used to configure the directory sync feature.
Expand Down
Loading