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

Add OS Version to Agent Headers #316

Closed
vikman90 opened this issue Nov 19, 2024 · 0 comments · Fixed by #320
Closed

Add OS Version to Agent Headers #316

vikman90 opened this issue Nov 19, 2024 · 0 comments · Fixed by #320
Assignees
Labels
level/task Task issue module/agent mvp Minimum Viable Product refinement type/enhancement Enhancement issue

Comments

@vikman90
Copy link
Member

Parent Issue: #241

Description

The current request headers for registration, stateful, and stateless operations include an os object like:

"os": { "name": "Ubuntu", "platform": "Linux" }

However, it lacks the operating system version.

Proposal

Add a new field version to the os object to include the operating system version.
Example:

"os": { "name": "Ubuntu", "platform": "Linux", "version": "22.04" }
@vikman90 vikman90 added the mvp Minimum Viable Product refinement label Nov 19, 2024
@wazuhci wazuhci moved this to Backlog in Release 5.0.0 Nov 19, 2024
@TomasTurina TomasTurina self-assigned this Nov 19, 2024
@wazuhci wazuhci moved this from Backlog to In progress in Release 5.0.0 Nov 19, 2024
@TomasTurina TomasTurina linked a pull request Nov 19, 2024 that will close this issue
3 tasks
@wazuhci wazuhci moved this from In progress to Done in Release 5.0.0 Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue module/agent mvp Minimum Viable Product refinement type/enhancement Enhancement issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants