Skip to content
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

Ignore uuid field in GET /manager/version/check response #6156

Closed
Tracked by #84
Selutario opened this issue Nov 27, 2023 · 0 comments · Fixed by #6157
Closed
Tracked by #84

Ignore uuid field in GET /manager/version/check response #6156

Selutario opened this issue Nov 27, 2023 · 0 comments · Fixed by #6157
Assignees
Labels
level/task Task issue type/enhancement Enhancement issue

Comments

@Selutario
Copy link

Selutario commented Nov 27, 2023

Wazuh Rev Browser
X.Y.Z xyzw Chrome, Firefox, Safari, etc

Description
Finally, the API response included a field containing the deployment uuid when running GET /manager/version/check to check if there are new Wazuh releases:

curl -k -X GET "https://localhost:55000/manager/version/check?pretty=true" -H "Authorization: Bearer $TOKEN"

{
   "data": {
      "last_check_date": "2023-11-27T02:53:38.155367+00:00",
      "current_version": "v4.8.0",
      "update_check": true,
      "last_available_major": {},
      "last_available_minor": {},
      "last_available_patch": {},
      "uuid": "2a1ad562-b638-42e1-bdf3-4079da8b4ca0"
   },
   "error": 0
}

It seems something needs to be updated on the dashboard side in order for this to work properly. It does not need to be shown in the UI for now, ignoring it will be enough.

Related issue
wazuh/wazuh-dashboard#84

@gdiazlo gdiazlo added type/enhancement Enhancement issue level/task Task issue labels Nov 27, 2023
@wazuhci wazuhci moved this to In progress in Release 4.8.0 Nov 27, 2023
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.8.0 Nov 27, 2023
@lucianogorza lucianogorza linked a pull request Nov 27, 2023 that will close this issue
6 tasks
@wazuhci wazuhci moved this from Pending review to Done in Release 4.8.0 Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants