roles/agent: add wazuh_agent_api_validate to optionally skip agent registry validation task
This commit is contained in:
parent
1df3ef8699
commit
7e445c7f55
@ -115,6 +115,12 @@ wazuh_agent_enrollment:
|
|||||||
delay_after_enrollment: 20
|
delay_after_enrollment: 20
|
||||||
use_source_ip: 'no'
|
use_source_ip: 'no'
|
||||||
|
|
||||||
|
## Authentication Method: REST API
|
||||||
|
|
||||||
|
# For more information see:
|
||||||
|
# * https://documentation.wazuh.com/4.0/user-manual/registering/restful-api-registration.html
|
||||||
|
wazuh_agent_api_validate: yes
|
||||||
|
|
||||||
## Client buffer
|
## Client buffer
|
||||||
wazuh_agent_client_buffer:
|
wazuh_agent_client_buffer:
|
||||||
disable: 'no'
|
disable: 'no'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user