m-lab / murakami-viz

A visualization service of Murakami tests using Koa and React.
Apache License 2.0
1 stars 1 forks source link

WIP: IP whitelisting and other authorization overhauls #37

Closed jheretic closed 4 years ago

jheretic commented 4 years ago

This branch has a large-scale refactoring of the API to support IP whitelisting and other advanced authorization models. The users, notes, runs, and devices APIs are now available both globally and namespaced under individual libraries, with separate access controls in each place.

rudietuesdays commented 4 years ago

Looks good! Admin user is all hooked up, still needs editor and viewer capability.