-
Notifications
You must be signed in to change notification settings - Fork 186
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
RBAC #2417
Merged
Merged
RBAC #2417
Conversation
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
* Remove known fields * Move refreshIndexPattern to service Co-authored-by: JuanCarlos <[email protected]>
…a-app into 4.0-7.8.0-rbac
…ents, created WzButtonPermissions component, ajustments in HOCs and hooks related to permissions
…a-app into 4.0-7.8.0-rbac
…a-app into 4.0-7.8.0-rbac
…tonPermissions and chech permissions function
…a-app into 4.0-7.8.0-rbac
…nto 4.0-7.8.0-rbac
…a-app into 4.0-7.8.0-rbac
…t role requirements, added permissions to Management/Groups buttons
…lass and changes where is being used
- Added button Export formatted: export logs to a csv file - Removed button Search - Replaced EuiFieldSearch by a WzFieldSearch which add a delay to do the request - Created WzFieldSearch - Replaced Play realtieme by a EuiSwitch and moved together the rest of controlers - Replaced render of 'Click here to load mores logs' by a EuiEmptyButton with 'Load more logs' as text, loading animation and disabled button while is doing the request
…a-app into 4.0-7.8.0-rbac
…cell value is '-'
…to 4.0-7.8.0-rbac
…trator role. Now check if the provided token is working
…a-app into 4.0-7.8.0-rbac
or unselect: - Modified the component to use the HOC Redux's connect instead store object - Added a WzReduxProvider wrapper using WzReduxProvider HOC - Modified componentDidUpdate to let update the columns
…to 4.0-7.8.0-rbac
- Replaced fixed width with a percentage instead
…a-app into 4.0-7.8.0-rbac
- Move request to check the token is valid to try block - Added error messages to App log
- Moved the used method to check missing roles in user to WzUserPermissions service - Adapted where this service was used
- Removed no used logic in WzAuthentication service - Removed console.log in wazuh-elastic.js
- Created prompt no selected agents component - Created prompt no active agent - Removed panel in prompt for no configurated module in FIM - Refactor and simplify MainSCA and MainFIM - Adapt MainModuleOverview and MainModuleAgent
27 tasks
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.
Hi team!
This PR adds the necessary to work with version 4.0 of Wazuh.
Regards.