From 0971bc47d1c9088070cdc3717bbfa4491098d355 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Sun, 22 Dec 2024 10:28:15 +0000 Subject: [PATCH] Added SSO Traces env vars to docs --- docs/jackson/deploy/env-variables.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/jackson/deploy/env-variables.md b/docs/jackson/deploy/env-variables.md index 6961a10f..f777db9b 100644 --- a/docs/jackson/deploy/env-variables.md +++ b/docs/jackson/deploy/env-variables.md @@ -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.