Skip to content

Commit 0f02940

Browse files
authored
Merge pull request #52 from SciCatProject/update-20240606
Fix: updated jobs authorization
2 parents 2d37c1b + e7b6ad4 commit 0f02940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Development/v4.x/backend/authorization/authorization_jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Any positive match will results in the user acquiring _JobCreate_ endpoint autho
5252
| _#authenticated_ | _#user_ | any valid users can access the endpoint, independently from their groups | _#user_ | any valid users can cretae this instance of the job |
5353
| _#datasetAccess_ | _#user_ | any valid user can access this endpoint, independently from their groups | _#datasetAccess_ | the job instance will be created only if the user has access to all the datasets listed |
5454
| _#datasetOwner_ | _#user_ | any valid user can access this endpoint, independently from their groups | _#datasetOwner_ | the job instance will be created only if the user is part of all the datasets owner group |
55-
| __*@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 |
56-
| __*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 |
55+
| __*@GROUP*__ | __*GROUP*__ | only users that belongs to the specified group can access the endpoint | __*GROUP*__ | the job instance will be created only if the user belongs to the group specified |
56+
| __*USER*__ | __*USER*__ | only the specified user can access the endpoint | __*USER*__ | the job instance can be created only by the user indicated |
5757

5858
__IMPORTANT__: use option _#all_ carefully, as it allows anybody to create a new job. It is mostly use for debuging and testing
5959

0 commit comments

Comments
 (0)