Compare commits

...

5 Commits

Author SHA1 Message Date
Carlos Bordon
cb63566719 Merge pull request #1526 from wazuh/enhancement/1520-revert-create_user.py-script-deletion
Revert create_user.py script deletion
2024-09-13 14:27:14 -03:00
vcerenu
282440d00e Revert create_user.py script deletion 2024-09-13 14:00:37 -03:00
Gonzalo Acuña
898d86ff0e Merge pull request #1519 from wazuh/enhancement/1517-wazuh-dashboard-revision-2
Modify Wazuh dashboard Revision
2024-09-06 16:04:31 -03:00
vcerenu
8f0af0c87f Modify Wazuh dashboard revision 2024-09-06 11:13:18 -03:00
vcerenu
8b84f7f299 Modify Wazuh dashboard revision 2024-09-06 11:09:46 -03:00
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ services:
context: wazuh-dashboard/
args:
WAZUH_VERSION: ${WAZUH_VERSION}
WAZUH_TAG_REVISION: ${WAZUH_TAG_REVISION}
WAZUH_TAG_REVISION: 2
WAZUH_UI_REVISION: ${WAZUH_UI_REVISION}
image: wazuh/wazuh-dashboard:${WAZUH_IMAGE_VERSION}
hostname: wazuh.dashboard

View File

@@ -93,7 +93,6 @@ EOF
if /var/ossec/framework/python/bin/python3 /var/ossec/framework/scripts/create_user.py; then
# remove json if exit code is 0
rm /var/ossec/api/configuration/admin.json
rm /var/ossec/framework/scripts/create_user.py
else
echored "There was an error configuring the API user"
# terminate container to avoid unpredictable behavior