Actions
Idea #8566
closed[API] Go code to implement the Arvados API permissions model
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Start date:
02/26/2016
Due date:
Story points:
-
Description
A function that takes an Arvados user U, an Arvados read/write/manage permission P, and an arbitrary Arvados object O. It returns true if U has P permission to O, and false otherwise.
This is a measurable start to replacing some API services, especially Websockets, in Go.
TBD: More fully specify the interface, and any others necessary.
Updated by Brett Smith almost 9 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Updated by Peter Amstutz almost 2 years ago
- Release deleted (
60) - Status changed from New to Closed
With the permission calculation now primarily implemented with SQL, this ticket doesn't really make sense any more.
Actions