-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enterprise Search] Add User management feature #103173
Merged
scottybollinger
merged 24 commits into
elastic:master
from
scottybollinger:scottybollinger/es-user-management
Jun 24, 2021
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d62ea2b
Rename method to close both flyouts
scottybollinger 1a6cf9d
Add logic for elasticsearch users and single user role mappings
scottybollinger 1881ef5
Add logic for various form states
scottybollinger c154afc
Add User server routes
scottybollinger 859f9d1
Add logic for saving a user
scottybollinger ccf902c
Add User components
scottybollinger cf8aad3
Add User list and User flyout to RoleMappings view
scottybollinger c668bef
Fix path
scottybollinger 0f6977e
Rename things
scottybollinger ebfea97
Set default group when modal closed
scottybollinger cb7307e
Adds tooltip for external attribute
scottybollinger 2fcccc3
Fix invitations link
scottybollinger 80c4f0e
Fix incorrect role type
scottybollinger 9d1fb67
Add EuiPortal to Flyout
scottybollinger cac8cd5
Auth provider deprecation warning in mapping UI
scottybollinger 08e954d
Email is no longer required
scottybollinger 76c0c4c
Existing users’ usernames should not be editable
scottybollinger 9d85270
Use EuiLink instead of anchor
scottybollinger bb6c539
Merge branch 'master' into scottybollinger/es-user-management
kibanamachine ae4c9bf
Add validation tests
scottybollinger 92e493e
Change URL for users_and_roles
scottybollinger ea7776a
Remove unused import
scottybollinger e0924c2
Merge branch 'master' into scottybollinger/es-user-management
kibanamachine c14ebf5
Merge branch 'master' into scottybollinger/es-user-management
kibanamachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[optional techdebt for the future] I've recently been refactoring flags like these to Kea selectors, it just generally feels nicer to have them in Kea