Skip to content

Commit a6ba978

Browse files
authored
permissions: make explicit perms alongside code host perms GA (#1429)
1 parent 45cd6f6 commit a6ba978

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/admin/permissions/api.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ Sourcegraph's GraphQL API allows users to explicitly set repository permissions.
44

55
## Permissions mechanisms in parallel
66

7-
> Feature is in Experimental stage and is supported up to Sourcegraph 5.0
8-
9-
> NOTE: Up to version 5.0, if the Explicit permissions API is enabled, all the other repository permissions mechanisms are disabled. If you're using Sourcegraph with multiple code hosts, it's not possible to use the explicit permissions API for one code host and use other mechanisms for getting permissions for others.
10-
11-
If you want to use explicit permissions API alongside synced permissions, read section [permission mechanisms in parallel here](/admin/permissions/#permissions-mechanisms-in-parallel).
7+
If you want to use explicit permissions managmeent alongside permissions synchronised from code hosts, read section [permission mechanisms in parallel here](/admin/permissions/#permissions-mechanisms-in-parallel).
128

139
## Recommendations
1410

docs/admin/permissions/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ might become an impossible task if the site admin cannot access that repository.
120120
(Experimental)
121121
<span class="badge badge-note">Sourcegraph 5.0+</span>
122122

123-
Up to version 5.0 it was not possible to use explicit permissions API alongside permission syncing.
124-
Meaning, if explicit permissions API was turned ON, synced permissions were turned OFF. Which also meant it was
125-
impossible to use explicit permissions for one code host and synced permissions for another one on the same Sourcegraph instance.
123+
You can use the [explicit permissions API](/admin/permissions/api) alongside code host permission syncing.
124+
This allows you to configure explicit permissions for one code host while using synced permissions for another on the same Sourcegraph instance.
126125

127126
**Example**:
128127

0 commit comments

Comments
 (0)