gsksivesh / dagobah

Simple DAG-based job scheduler in Python
Do What The F*ck You Want To Public License
2 stars 1 forks source link

Add Multi-User Authentication #12

Open gsksivesh opened 5 years ago

gsksivesh commented 5 years ago

Issue by thieman Sunday Jun 09, 2013 at 23:48 GMT Originally opened as https://github.com/thieman/dagobah/issues/12


Spun off from #5, see original discussion there.

This issue concerns adding a multi-user auth model to Dagobah. This would add various user-level permissions to the core Dagobah classes, such as user-level ownership and sharing of a specific Job. The exact changes we want to make as a result of this change are open to discussion.

This will almost certainly be built off of the work done to close single-user auth, #11.