Skip to content

Commit 200f3ae

Browse files
authored
Merge pull request #959 from modelix/fix/typo-in-permission-name
fix(docs): Fix typo in admin permission name
2 parents b57722d + f4b4161 commit 200f3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/global/modules/core/pages/reference/component-model-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ To enable it you can specify the following environment variables.
100100

101101
The `permissions` claim of the token is expected to list directly granted permission.
102102
Additional granted permissions may be derived from that list.
103-
For example, an `admin` permission on a repository will grant write permission on all branches.
103+
For example, an `model-server/admin` permission gives access to all repositories and administrative actions. `repository/someRepository/admin` on the other hand, gives only permission to all actions on the repository "someRepository".
104104

105105
A detailed list of all permissions can be found on the model server at `/permissions`.

0 commit comments

Comments
 (0)