Skip to content

Commit

Permalink
Merge branch 'release' into cleanup/ory
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 22, 2024
2 parents e15b96a + 0e9835e commit 1693a24
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 63 deletions.
20 changes: 20 additions & 0 deletions docs/jackson/deploy/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,26 @@ 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
124 changes: 62 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@getcanary/docusaurus-theme-search-pagefind": "1.0.2",
"@getcanary/web": "1.0.12",
"@mdx-js/react": "3.1.0",
"@scalar/docusaurus": "0.4.168",
"@scalar/docusaurus": "0.4.172",
"clsx": "2.1.1",
"docusaurus-gtm-plugin": "0.0.2",
"docusaurus-plugin-image-zoom": "2.0.0",
Expand Down

0 comments on commit 1693a24

Please sign in to comment.