Skip to content

Commit

Permalink
Merge pull request #7321 from wazuh/7319-add-note-for-special-charact…
Browse files Browse the repository at this point in the history
…ers-in-the-docker-password-change

Added warning message in changing passwords in Docker and Kubernetes
  • Loading branch information
javimed committed May 23, 2024
2 parents ba1a133 + 4575ed2 commit 046891d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ Setting a new hash
Setting the new password
........................

.. warning::

Don't use the ``$`` or ``&`` characters in your new password. These characters can cause errors during deployment.

#. Encode your new password in base64 format. Avoid inserting a trailing newline character to maintain the hash value. For example, use the ``-n`` option with the ``echo`` command as follows.

.. code-block::
Expand Down
4 changes: 4 additions & 0 deletions source/deployment-options/docker/wazuh-container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ Setting a new hash
Setting the new password
........................

.. warning::

Don't use the ``$`` or ``&`` characters in your new password. These characters can cause errors during deployment.

#. Open the ``docker-compose.yml`` file. Change all occurrences of the old password with the new one. For example, for a single-node deployment:

- ``admin`` user
Expand Down

0 comments on commit 046891d

Please sign in to comment.