Skip to content

Commit

Permalink
security/wazuh: defaults are all required in the model
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 15, 2024
1 parent 0e7c12c commit 46ef70f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion security/wazuh-agent/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLUGIN_NAME= wazuh-agent
PLUGIN_VERSION= 1.1
PLUGIN_VERSION= 1.2
PLUGIN_COMMENT= Agent for the open source security platform Wazuh
PLUGIN_DEPENDS= wazuh-agent
PLUGIN_MAINTAINER= [email protected]
Expand Down
4 changes: 4 additions & 0 deletions security/wazuh-agent/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ solution.
Plugin Changelog
================

1.2

* Implement options to change server ports (contributed by 999eagle)

1.1

* Add advanced option to specify transport protocol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<model>
<mount>//OPNsense/WazuhAgent</mount>
<version>1.0.2</version>
<description>
Wazuh Agent
</description>
<description>Wazuh Agent</description>
<items>
<general>
<enabled type="BooleanField">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<client>
<server>
<address>{{OPNsense.WazuhAgent.general.server_address}}</address>
<protocol>{{OPNsense.WazuhAgent.general.protocol|default('tcp')}}</protocol>
<port>{{OPNsense.WazuhAgent.general.port|default('1514')}}</port>
<protocol>{{OPNsense.WazuhAgent.general.protocol}}</protocol>
<port>{{OPNsense.WazuhAgent.general.port}}</port>
</server>
<crypto_method>aes</crypto_method>
<enrollment>
<port>{{OPNsense.WazuhAgent.auth.port|default('1515')}}</port>
<port>{{OPNsense.WazuhAgent.auth.port}}</port>
</enrollment>
</client>

Expand Down

0 comments on commit 46ef70f

Please sign in to comment.