Closed vikman90 closed 6 days ago
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 _agentinfo.db file:
select * from agent_info; dummy|ku3iIzPRNJjwIXKNnTU3qFv6QhodAu8k|95635cae-0c0d-486e-94a5-0fe29dd6972f
If the registration process fails, the database should not be altered.
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 _agentinfo.db file:
Steps to Reproduce
Expected Behavior
If the registration process fails, the database should not be altered.