tapis-project / pods_service

Network Accessible Pods API.
https://tapis.readthedocs.io/en/latest/technical/pods.html
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Auth - Reorganization #66

Closed NotChristianGarcia closed 3 days ago

NotChristianGarcia commented 2 months ago

Re-organize and modularize auth so that each table doesn't have it's own set of object permission checks. Also reduce the repeated code in auth overall. Attempt to create one overarching auth flow that matches on regex rather than tons of if as of current. Current is non-sustainable.