You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| config.orgAdminsInstallationUsageExportEnabled | bool |`false`| When true, any org admin can use the usage backfill export. |
348
349
| config.personalOrgsDisabled | bool |`true`| Disable personal orgs. |
349
350
| config.security | object |`{"cors":{"allowedOrigins":"*","allowedOriginsRegex":"","alwaysAllowPathsRegex":""}}`| Security configuration for CORS, headers, and other security-related settings. These settings control cross-origin access and help protect against common web vulnerabilities. |
350
351
| config.security.cors | object |`{"allowedOrigins":"*","allowedOriginsRegex":"","alwaysAllowPathsRegex":""}`| CORS (Cross-Origin Resource Sharing) configuration. Controls which origins can make requests to the LangSmith API. By default, CORS is permissive. For production deployments, you should restrict this. |
@@ -354,6 +355,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
354
355
| config.settings | object |`{"redisRunsExpirySeconds":"21600"}`| Application Settings. These are used to tune the application |
355
356
| config.settings.redisRunsExpirySeconds | string |`"21600"`| Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough. |
356
357
| config.skipValidation | bool |`false`| Skip validation checks in validate.yaml. Used by AWS Marketplace for helm template verification. |
358
+
| config.superAdmins | list |`[]`| Email addresses of super admins who can export usage data. These are the only users allowed to use the usage backfill export unless orgAdminsInstallationUsageExportEnabled is set. |
357
359
| config.telemetry.logs | bool |`true`| Optional. These values are used to send telemetry to the LangChain team to assist with troubleshooting. |
0 commit comments