Page MenuHomeDevCentral

Scale roles/shellserver/users/ to support several users account
Closed, ResolvedPublic

Description

Currently, 62c123e has introduced users management for Eglide.

This doesn't currently scale well, as we have a unique key for each user, and no way to select all these users to perform tasks like add SSH key.

Plan is to move users.sls in init.sls and treat users.sls as a pillar to provide the list of users' accounts.