We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parent Issue: #241
When an agent successfully registers, the API responds with status code 201. However, the agent incorrectly interprets this status as an error:
201
Registration error: 201. wazuh-agent registration failed
The agent should treat 201 as a success code for registration, not as an error.
Update the agent to correctly handle a 201 status code as a successful registration response.
The text was updated successfully, but these errors were encountered:
vikman90
Successfully merging a pull request may close this issue.
Parent Issue: #241
Description
When an agent successfully registers, the API responds with status code
201
. However, the agent incorrectly interprets this status as an error:Steps to Reproduce
201
response, the agent reports the registration as failed.Expected Behavior
The agent should treat
201
as a success code for registration, not as an error.Proposal
Update the agent to correctly handle a
201
status code as a successful registration response.The text was updated successfully, but these errors were encountered: