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
Copy file name to clipboardExpand all lines: docs/docs/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The Application SDK uses environment variables for configuration. These can be s
30
30
|`ATLAN_MAX_CONCURRENT_ACTIVITIES`| Maximum number of activities that can run concurrently |`5`| Controls resource usage and prevents overwhelming target systems |
31
31
|`ATLAN_HEARTBEAT_TIMEOUT_SECONDS`| Timeout duration for activity heartbeats (in seconds) |`300`| Detects stuck activities and enables recovery |
32
32
|`ATLAN_START_TO_CLOSE_TIMEOUT_SECONDS`| Maximum duration an activity can run before timing out (in seconds) |`7200`| Prevents activities from running indefinitely |
33
-
|`ATLAN_WORKFLOW_AUTH_ENABLED`| Whether to enable authentication for Temporal workflows |`false`| Used in production deployments with secure Temporal clusters |
33
+
|`ATLAN_AUTH_ENABLED`| Whether to enable authentication for Temporal workflows |`false`| Used in production deployments with secure Temporal clusters |
34
34
|`ATLAN_DEPLOYMENT_SECRET_PATH`| Path to deployment secrets in secret store |`ATLAN_DEPLOYMENT_SECRETS`| Contains authentication credentials for production |
35
35
36
36
## SQL Client Configuration
@@ -129,7 +129,7 @@ For local development, most defaults work out of the box. Key configurations to
129
129
130
130
### Production Deployment
131
131
For production deployments, consider these essential configurations:
132
-
-`ATLAN_WORKFLOW_AUTH_ENABLED=true`: Enable authentication for Temporal
132
+
-`ATLAN_AUTH_ENABLED=true`: Enable authentication for Temporal
133
133
-`ENABLE_ATLAN_UPLOAD=true`: Enable data upload to Atlan platform
0 commit comments