Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate and fix failed checks from upward merge #2818

Closed
3 tasks
MarcelKemp opened this issue Feb 8, 2024 · 2 comments · Fixed by #2831
Closed
3 tasks

Investigate and fix failed checks from upward merge #2818

MarcelKemp opened this issue Feb 8, 2024 · 2 comments · Fixed by #2831
Assignees
Labels
level/task Subtask issue type/bug Bug issue

Comments

@MarcelKemp
Copy link
Member

Wazuh version Install type Action performed Platform
4.8.0 Manager Install -

Description

Checks have failed on the next merge upward PR for a variety of reasons, although all of these changes have been merged into 4.8.0 - Beta 1:

We need to check the root of the problem and fix it so that the checks pass correctly.

Error details

  wazuh-passwords-tool.sh: line 340: /var/ossec/bin/wazuh-keystore: No such file or directory
  Unauthorized401
  Error: Process completed with exit code 1.
indexer-connnector: ERROR: HTTP response code said error, status code: 401

DoD

  • Find the cause of the problems.
  • Fix the issues encountered.
  • Re-run the checks to verify that they are working correctly.
@tdrauncieal
Copy link
Contributor

After an analysis of the logs provided by the related PR, it was found that the non-existence of the wazuh-keystore file is due to the fact that artifacts related to version 4.8.1 are being downloaded:
image

in which case the nonexistence of the tool is to be expected since it is part of version 4.8.0

@tdrauncieal tdrauncieal closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2024
@tdrauncieal tdrauncieal reopened this Feb 9, 2024
@tdrauncieal
Copy link
Contributor

The error reporting that the wazuh-keystore file does not exist was due to the fact that the package used for the installation, during the process, wazuh-manager_4.8.1-1_amd64.deb, was outdated.

test Reference: test-password-tool-success

However, the test persists returning an error, so the cause continues to be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Subtask issue type/bug Bug issue
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants