Actions
Task #2354
closedImportRolesFromCSVExecutor: add support for importing role EAVs and setting multiple system mappings in one LRT
Start date:
06/30/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
The goal of this ticket is to:
- enable setting a value of role EAV when creating/updating a role
- enable setting multiple system mappings for one LRT when creating/updating a role, i. e., move the name of the system to the the CSV and make it multivalued
The issue with 2. is that with multiple systems, you might want to set different attributes and attribute values to each. Probably the best way to do this would be to merge system, attribute code and attribute value into one column, separated by a special character. For example:
role;system testrole;AD+ldapGroups+AD_all
The separator can be then specified in the LRT config.
Actions