-
Notifications
You must be signed in to change notification settings - Fork 21
Permissions
okay edited this page May 2, 2017
·
1 revision
Snorkel has a simple users system. You can either use a htpasswd file (see authorized_users in config.js) to list the users and their passwords or you can allow sign in via google auth, with the ability to limit which google app domains can sign in.
On top of the user system, there is the ability to use RBAC to limit which users can see which tables. The default RBAC config allows everyone access to everything, but you can specify groups and tables they can access via config files. (See authorized_roles in config.js)