Skip to content

Commit 4fc2a25

Browse files
authored
Merge pull request #50 from SciCatProject/update-20240325
updated jobs authorization
2 parents ebd4de5 + 995d9fe commit 4fc2a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Development/v4.x/backend/authorization/authorization_jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ They apply to the jobs endpoint POST:Jobs/statusUpdate
6666
| _#owner_ | _#user_ | valid user can access the endpoint | _#jobOwner_ | a user that belongs to the group listed as job owner can perform the update |
6767
| _#admin_ | ADMIN_GROUPS | Only users belonging to any group listed in ADMIN_GROUPS will be able to access the endpoint | ADMIN_GROUPS | Only users belonging to any group listed in ADMIN_GROUPS are able to update the job status |
6868
| __*GROUP*__ | __*GROUP*__ | only users that belongs to the specified group can access the endpoint | __*GROUP*__ | the job status can be updated only by users who belong to the group specified |
69-
| __*USER*__ | __*USER*__ | only the specified user can access the endpoint | _#datasetOwner_ | the job status can be updated only by the user indicated |
69+
| __*USER*__ | __*USER*__ | only the specified user can access the endpoint | __*USER*__ | the job status can be updated only by the user indicated |
7070

7171
__IMPORTANT__: use option _#all_ carefully, as it allows anybody to update the status of the job. It is mostly use for debuging and testing
7272

@@ -80,4 +80,4 @@ graph LR;
8080
user-->GROUP;
8181
GROUP-->USER;
8282
USER-->ADMIN_GROUPS;
83-
```
83+
```

0 commit comments

Comments
 (0)