Skip to content

Commit

Permalink
change api conf and fix version var
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Dec 7, 2022
1 parent d21823b commit 110e9b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$filebeat_oss_elastic_user = 'admin',
$filebeat_oss_elastic_password = 'admin',
$filebeat_oss_version = '7.10.2',
$$wazuh_app_version = '4.4.0_7.10.0',
$wazuh_app_version = '4.4.0_7.10.0',
$wazuh_extensions_version = 'v4.4.0',
$wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz',

Expand Down
18 changes: 11 additions & 7 deletions templates/wazuh_api_yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ drop_privileges: <%= @wazuh_api_drop_privileges %>
# Enable features under development
experimental_features: <%= @wazuh_api_experimental_features %>
# Enable remote commands
remote_commands:
localfile:
enabled: <%= @remote_commands_localfile %>
exceptions: <%= @remote_commands_localfile_exceptions %>
wodle_command:
enabled: <%= @remote_commands_wodle %>
exceptions: <%= @remote_commands_wodle_exceptions %>
upload_configuration:
remote_commands:
localfile:
allow: <%= @remote_commands_localfile %>
exceptions: <%= @remote_commands_localfile_exceptions %>
wodle_command:
allow: <%= @remote_commands_wodle %>
exceptions: []
limits:
eps:
allow: <%= @limits_eps %>

0 comments on commit 110e9b7

Please sign in to comment.