Change Password through CLI Configuration:¶
You can change passwords by directly modifying configuration files on your Privacera instance.
-
SSH into Privacera Instance :
SSH into the instance where Privacera is installed
-
Create or edit the
vars.password.yml
file:Bash -
Add or update the following variables with the new passwords:
YAML Password Variable Descriptions:¶
-
PORTAL_PADMIN_PASSWORD
: Sets the admin password for the Privacera Portal. -
RANGER_ADMIN_PASSWORD
: Sets the admin password for Ranger Admin. -
RANGER_USERSYNC_PASSWORD
: Sets the password for the Ranger UserSync service. -
USERSYNC_RANGERUSERSYNC_PASSWORD
: This property is deprecated and should no longer be used.
After all the changes are done you need to update Privacera Manager platform instance by following the commands
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on. -