Wazuh Server
- Arturo Enrique Seijas Fernández
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 40 | 16 Dec 2024 |
juju deploy wazuh-server --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
agent-password | secret
The Juju secret ID corresponding to the password used by the agents to connect to Wazuh.
-
custom-config-repository | string
The repository URL where the Wazuh configuration is stored. The username has to be provided as in git+ssh://username@repository@branch, where the branch is optional. The charms expects the repository to contain a var/ossec directory to be copied over /var/ossec on the running instance.
-
custom-config-ssh-key | secret
The Juju secret ID corresponding to the private key for SSH authentication. The secret should contain a single key, "value", which maps to the actual SSH key. To create the secret, run the following command:
juju add-secret my-custom-config-ssh-key value=<ssh-key> && juju grant-secret my-custom-config-ssh-key wazuh-server
, and use the secret ID output to configure this option.