Update Encrypted Passwords

Pulse provides an encryption option for modifying stored passwords in application configuration files. Here are some use cases and steps to perform encryption with deployment.

Encrypt and Update Pulse UI password

  1. Run the following command to encrypt the new password
Bash
Copy
  1. Copy the encrypted password hash and replace the password in the file config/acceldata_clustername.conf under the following config block:
Bash
Copy

Note The above code block is a representation. Your code block must have the allocated name and password.

  1. Save and push config changes
Bash
Copy
  1. Log in to Pulse UI using the updated password.

Similar actions must be used to alter and encrypt passwords stored in the config/acceldata_clustername.conf, work/clustername/vars.yml, and work/clustername/override.yml file.

Encrypt and Update Passphrase for GraphQL SSL Configuration

You can encrypt and update a passphrase used for GraphQL SSL configuration.

  1. Run the following command to encrypt a new passphrase.
Bash
Copy
  1. Add the encrypted passphrase string to the ad-core.yml file in the ad-graphql section.
Bash
Copy

Replace <encrypted-password-string> with your actual encrypted password value.

Encrypt and Update LDAP Bind Password

You can encrypt and update the LDAP password in the ldap.conf file for secure connection.

  1. Run the following command to encrypt a new password.
Bash
Copy
  1. Add the encrypted password string and set encryptedPassword=true in the ldap.conf file to enable secure authentication.
Bash
Copy

Replace <encrypted-password-string> with your actual encrypted password value.

  1. Run the following command to push the changes to the database.
Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard