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

New password_file.yml format needed with unattended installer #1301

Closed
Tracked by #1190
alberpilot opened this issue Mar 7, 2022 · 3 comments
Closed
Tracked by #1190

New password_file.yml format needed with unattended installer #1301

alberpilot opened this issue Mar 7, 2022 · 3 comments
Assignees

Comments

@alberpilot
Copy link
Contributor

The password_file.yml new format must be:

# Wazuh indexer admin user
  username: admin
  password: S9YKUya2s4N4WPiTB1kN6ynOcq7CB2QR

# Wazuh dashboard user for establishing the connection with Wazuh indexer
  username: kibanaserver
  password: NiwXQw82pIf0dToiwczduLBnUPEvg7T0

This format includes an empty line to separate sections. It removes the word User (uses username instead of name). It adds a space after the #. It has also rephrased the explanation of the user (please rephrase other users when needed to make it easier to understand).

@rauldpm rauldpm self-assigned this Mar 10, 2022
@rauldpm
Copy link
Member

rauldpm commented Mar 10, 2022

Update report

  • Localized and modified files
  • Testing regex to check file
  • Modified extension file (yml to wazuh)
  • Investigating if it is worth parsing the grep to report where the error is

@rauldpm
Copy link
Member

rauldpm commented Mar 14, 2022

Update report

  • Finished local testing. Opened PR with testing
  • Testing install and unit tests
  • Adapted install test, working locally
  • Adapting unit tests, multiples test fails

@rauldpm
Copy link
Member

rauldpm commented Mar 15, 2022

Update report

  • Unit test are on hold due to new requirements
  • Tested change with jenkins pipelines
  • Created PR
  • Fixed conflicts with latest unify-unattended changes (merge)
  • Fixed commit unsigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants