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
|`PERMISSION_SYNC_USER_DRIVEN_ENABLED`|`true`| <p>Enables/disables [user-driven permission syncing](/docs/features/permission-syncing#how-it-works). Only applies when `EXPERIMENT_EE_PERMISSION_SYNC_ENABLED` is `true`.</p> |
50
49
|`PERMISSION_SYNC_REPO_DRIVEN_ENABLED`|`true`| <p>Enables/disables [repo-driven permission syncing](/docs/features/permission-syncing#how-it-works). Only applies when `EXPERIMENT_EE_PERMISSION_SYNC_ENABLED` is `true`.</p> |
51
50
|`AUTH_EE_ALLOW_EMAIL_ACCOUNT_LINKING`|`true`| <p>When enabled, different SSO accounts with the same email address will automatically be linked.</p> |
Copy file name to clipboardExpand all lines: docs/docs/features/permission-syncing.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,11 +134,10 @@ Permission syncing works by periodically syncing ACLs from the code host(s) to S
134
134
-**User driven** : fetches the list of all repositories that a given user has access to.
135
135
-**Repo driven** : fetches the list of all users that have access to a given repository.
136
136
137
-
User driven and repo driven syncing occurs every 24 hours by default. Each sync direction can be independently enabled or disabled using the following environment variables:
137
+
User driven and repo driven syncing occurs every 24 hours by default. Repo-driven syncing can be disabled independently using the following environment variable:
0 commit comments