wazuh / wazuh-cloudformation

Wazuh - Amazon AWS Cloudformation
https://wazuh.com
40 stars 22 forks source link

Update references to deprecated authd options and consider the new ones. #90

Closed MiguelazoDS closed 2 years ago

MiguelazoDS commented 3 years ago

As part of epic #9550 it is required to add new configuration options to the authd module to decide what actions should be taken during an agent replacement. That being said, it is required to modify the demo and production scripts to consider the deprecated options force_time and force_insert as well as include the new configuration option shown below.

<force>
  <enabled>yes|no</enabled>
  <key_mismatch>yes|no</key_mismatch>  
  <disconnected_time enabled="yes"|"no">1h</disconnected_time>  
  <after_registration_time>1h</after_registration_time>  
</force>