Change Password for Fresh Installation:¶
You can change passwords by directly modifying configuration files on your Privacera instance.
Note
This password change method applies only before running the initial Privacera Manager setup. It is meant for fresh installations of Privacera Portal — not for existing or upgraded environments. If the Privacera Manager setup has already been executed, these steps will not take effect. For existing installation password change, refer to Change Your Password.
-
SSH into Privacera Instance :
SSH into the instance where Privacera is installed
-
Create or edit the
vars.password.ymlfile: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: This property is deprecated and should no longer be used. -
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. -