-
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
Create endpoints plugin and unique Endpoints Summary React component #6230
Merged
Machi3mfl
merged 6 commits into
master
from
enhancement/6129-new-endpoint-management-plugin
Dec 19, 2023
Merged
Create endpoints plugin and unique Endpoints Summary React component #6230
Machi3mfl
merged 6 commits into
master
from
enhancement/6129-new-endpoint-management-plugin
Dec 19, 2023
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
* Create new plugin wazuh-endpoints * Delete import * Add github action to run plugin test * Remove github action to run plugin test
* Create new plugin wazuh-endpoints (#6142) * Create new plugin wazuh-endpoints * Delete import * Add github action to run plugin test * Remove github action to run plugin test * Create react component endpoints-preview * Fix imports * Delete AgentsPreview angular registration * Replace div and className by Eui components * Modularize agents preview component * Refactorization agent preview and register agent components * Fix unit tests * Fix os-card unit test * Replace Fleet with EndpointsSummary * Delete register agent files from controller * Move files Register agent services * Delete commented code * Manage register agent permissions * Format files * Format files * Fix get stats data * Change the auth configuration endpoint request * Fix unit test * Fix router * Delete console.log
11 tasks
11 tasks
lucianogorza
changed the title
Enhancement/6129 new endpoint management plugin
Create endpoints plugin and unique Endpoints Summary React component
Dec 15, 2023
|
|
|
yenienserrano
approved these changes
Dec 18, 2023
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.
LGTM
jbiset
approved these changes
Dec 19, 2023
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.
CR 🟢
TEST 🟢
Test | Chrome | Firefox | Safari |
---|---|---|---|
With registered Agents: Go to Endpoints Summary -> Click Deploy new agent |
🟢 | ⚫ | ⚫ |
With no registered Agents: Go to Endpoints Summary -> Click Deploy new agent |
🟢 | ⚫ | ⚫ |
With no registered Agents: Go to Overview -> Click Add agent |
🟢 | ⚫ | ⚫ |
Generate commands for Linux | 🟢 | ⚫ | ⚫ |
Generate commands for Windows | 🟢 | ⚫ | ⚫ |
Generate commands for Mac | 🟢 | ⚫ | ⚫ |
With no registered Agents and read only user: Go to Overview |
🟢 | ⚫ | ⚫ |
With no registered Agents and read only user: Go to Endpoints Summary |
🟢 | ⚫ | ⚫ |
With no registered Agents and read only user: Go to /app/endpoints-summary#/agents-preview/deploy |
🟢 | ⚫ | ⚫ |
Test details
With registered Agents: Go to Endpoints Summary -> Click Deploy new agent
🟢
Evidence_1.webm
With no registered Agents: Go to Endpoints Summary -> Click Deploy new agent
🟢
Evidence_2.webm
With no registered Agents: Go to Overview -> Click Add agent
🟢
Evidence_3.webm
Generate commands for Linux 🟢
Generate commands for Windows 🟢
Generate commands for Mac 🟢
With no registered Agents and read only user: Go to Overview
🟢
With no registered Agents and read only user: Go to Endpoints Summary
🟢
With no registered Agents and read only user: Go to /app/endpoints-summary#/agents-preview/deploy
🟢
Machi3mfl
deleted the
enhancement/6129-new-endpoint-management-plugin
branch
December 19, 2023 12:59
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
Issues Resolved
#6141
#6150
Evidence
With registered Agents: Go to Endpoints Summary -> Click
Deploy new agent
With no registered Agents: Go to Endpoints Summary -> Click
Deploy new agent
With no registered Agents: Go to Overview -> Click
Add agent
Generate commands for Linux
Generate commands for Windows
Generate commands for Mac
With no registered Agents and read only user: Go to
Overview
With no registered Agents and read only user: Go to E
ndpoints Summary
With no registered Agents and read only user: Go to
/app/endpoints-summary#/agents-preview/deploy
Test
Legend:
⚫: none
🟢: pass
🟡: warning
🔴: fail
⚪: not applicable
Guide to create read only user
https://documentation.wazuh.com/current/user-manual/user-administration/rbac.html#creating-and-setting-a-wazuh-read-only-user
Deploy new agent
Deploy new agent
Add agent
Overview
ndpoints Summary
/app/endpoints-summary#/agents-preview/deploy
Check List
yarn test:jest