atsid / permissive

Permissions management console and services
Apache License 2.0
3 stars 1 forks source link

Investigate feasibility of removing dependency on admin token #157

Open rizzom5000 opened 8 years ago

rizzom5000 commented 8 years ago

The current implementation uses an admin user's Github token, under which all other actions are taken by proxy.

Since we've moved to the collaborator model, we'd like to investigate the feasibility of removing the dependency on this token and instead use the authenticated user's token for permissions management.