Architecture #13030
closedMake user/role management a plugin
Description
We want to make a better user experience around user management un Rudder. That most likely means putting user in some DB, evolutions to user rights, etc.
The first step is to output most of the logic into a plugin. That will helps iterate more indenpendently than the normal Rudder release cycle on the subject.
Ideally, we would have:
- a minimalistic user identification/authentication management in rudder without the plugin (file based, as today). Authentication could be augmented with the authentication plugin. Authorization would not be configurable here (only admin role), which would allow to make bigger change under the hood in the plugin.
- the plugin would bring an UI for user management.
This ticket is just the first step to allow rudder to re-read user information and so on on the plugin.
Updated by François ARMAND over 6 years ago
- Related to Architecture #12906: Make third-party authentication a plugin added
Updated by François ARMAND over 6 years ago
- Related to Architecture #12905: Create validation workflows plugins added
Updated by François ARMAND over 6 years ago
- Related to Architecture #12885: Make scale-out (relay) server a plugin added
Updated by François ARMAND over 6 years ago
- Related to deleted (Architecture #12905: Create validation workflows plugins)
Updated by François ARMAND over 6 years ago
- Related to Architecture #12904: Make validation workflow a plugin added
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 5.0.0~beta1 to 5.0.0~beta2
Updated by François ARMAND over 6 years ago
- Status changed from New to In progress
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2011
Updated by François ARMAND about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|88876e5d2e1be4c1badee6ae54fcd7530b0dca4d.
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
Changelog