Project

General

Profile

Feature #12018

Updated by Tom Morris over 6 years ago

As a user in a corporate environment, I want to be able to synchronize the users in my Arvados groups with my corporate directory service (ActiveDirectory, LDAP, etc). 

 This doesn't need to be instantaneous, but can instead by done either periodically on a scheduled based or on demand.    A script-based solution is an acceptable answer. 

 Groups which get created by this mechanism get tagged so that they're known to be automatically created. Groups are not given any particular permissions when they are created. 

 Input is a two column CSV file with a column of Group name and one column of user IDs (either username or user email address) with a command flag which controls whether the user ID is username or email address. If a user is no longer included in the input file, they get removed from the group membership. 

 Workbench needs to be changed to not allow admins to modify group membership for synched.  

 Tool should report errors for any users who don't have matching user IDs. Groups which don't exist get created and their UUIDs get reported. If an untagged group exists and is also in the input file, a warning is issued.

Back