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
Currently there is no enforcement of permissions with regard to database CRUD operations and/or filesystem directories. User's in the magla ecosystem should have varying levels of permissions based on their role's in the pipeline.
Example:
Artists should be able to perform CRUD operations on their personal MaglaDirectory records but not those associated to tools or shots or projects.
Versioning up a shot currently requires access to magla.core.root.version_up so, access to that method could feasibly be distributed separately from the other main CRUD functions and given to artists, or leads.
There should be a root admin privilege set which is reserved for the user responsible for the initial setup and configuration of magla and postgres. These permissions would give total control over anything.
The text was updated successfully, but these errors were encountered:
jacobmartinez3d
changed the title
Need a way of assigning permissions to users to be used throughout magla
Implement assignable permissions to users to be used throughout maglaSep 26, 2020
jacobmartinez3d
changed the title
Implement assignable permissions to users to be used throughout magla
Implement assignable user permissions
Sep 26, 2020
Currently there is no enforcement of permissions with regard to database CRUD operations and/or filesystem directories. User's in the
magla
ecosystem should have varying levels of permissions based on their role's in the pipeline.Example:
MaglaDirectory
records but not those associated to tools or shots or projects.magla.core.root.version_up
so, access to that method could feasibly be distributed separately from the other main CRUD functions and given to artists, or leads.magla
andpostgres
. These permissions would give total control over anything.The text was updated successfully, but these errors were encountered: