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 attempting to register an agent and the process fails with errors such as:
Failed to authenticate with the manager wazuh-agent registration failed
The agent still creates and populates the agent_info.db file:
select * from agent_info; dummy|ku3iIzPRNJjwIXKNnTU3qFv6QhodAu8k|95635cae-0c0d-486e-94a5-0fe29dd6972f
If the registration process fails, the database should not be altered.
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 attempting to register an agent and the process fails with errors such as:
The agent still creates and populates the agent_info.db file:
Steps to Reproduce
Expected Behavior
If the registration process fails, the database should not be altered.
The text was updated successfully, but these errors were encountered: