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: Development/v4.x/backend/authorization/authorization_jobs.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ They apply to the jobs endpoint POST:Jobs/statusUpdate
65
65
|_#all_|_#all_| any user can access this endpoint, both anonymous and authenticated |_#all_| Any user can update the status of this job instance |
66
66
|_#owner_|_#user_| valid user can access the endpoint |_#jobOwner_| a user that belongs to the group listed as job owner can perform the update |
67
67
|_#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 |
68
-
|__*GROUP*__|__*GROUP*__| only users that belongs to the specified group can access the endpoint |__*GROUP*__| the job instance will be created only if all the datasets listed belong to the group specified |
69
-
|__*USER*__|__*USER*__| only the specified user can access the endpoint |_#datasetOwner_| the job instance will be created only if all the datasets listed are owned by any of the user's groups|
68
+
|__*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|
70
70
71
71
__IMPORTANT__: use option _#all_ carefully, as it allows anybody to update the status of the job. It is mostly use for debuging and testing
0 commit comments