Add roles support#283
Merged
Merged
Conversation
5 tasks
e3f8c5f to
d668e8e
Compare
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
Signed-off-by: Ephraim Mensah <ephraim.e.mensah@lmco.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
Signed-off-by: Alexis Lamb <alexis.lamb@lmco.com>
refactor: add rolesMixin, use in ldap user file Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
…in for reusability Signed-off-by: emeremikwu-lm <e470067@us.lmco.com>
Signed-off-by: Ephraim Mensah <ephraim.e.mensah@lmco.com>
…AP, Managed, and OIDC; Cleanup Signed-off-by: emeremikwu-lm <e470067@us.lmco.com>
Signed-off-by: Ephraim Mensah <ephraim.e.mensah@lmco.com>
fix: populate roles and projects refactor: delete user functionality Signed-off-by: Johnny Mayer <johnny.w.mayer.iii@lmco.com>
Signed-off-by: emeremikwu-lm <e470067@us.lmco.com>
Signed-off-by: Johnny Mayer <johnny.w.mayer.iii@lmco.com>
Signed-off-by: emeremikwu-lm <emmanuel.meremikwu@lmco.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
…or users and roles - Separate detailViews for ldap, managed, oidc and teams to 'UserDetails' files - Implement bulk operations for user and role Signed-off-by: Emmanuel Meremikwu <emmanuel.meremikwu@lmco.com>
Signed-off-by: Alexis Lamb <alexis.lamb@lmco.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
- introduced UserRolesTable, supercede SelectRoleModal and editing roles - separate detailFormatter and parent componenet for code clairty - i18n Signed-off-by: Emmanuel Meremikwu <emmanuel.meremikwu@lmco.com>
Signed-off-by: Emmanuel Meremikwu <emmanuel.meremikwu@lmco.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
* fix: request body key correction * fix: adjust multiselect dropdown direction and handle role assignment errors * fix: disable create button until all required fields are filled * feat: add 'role_already_assigned' message to multiple language files Signed-off-by: emeremikwu-lm <e470067@us.lmco.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
d668e8e to
815170d
Compare
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
nscuro
requested changes
Jun 2, 2025
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
nscuro
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds updates related to roles implementation and various improvements to Access Management User tabs.
Some more specifc descriptions:
Addressed Issue
Project Level RBAC
Associated ApiServer PR
Additional Details
Access Management Roles tab (with default Roles populated)

CreateRoleModal

Select Role Modal

Ldap User updates

Checklist